2023-12-08T22:33:18.569 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-08T22:33:18.569 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --name yuriw-2023-12-08_21:24:43-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi --verbose --archive /home/teuthworker/archive/yuriw-2023-12-08_21:24:43-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7485130 --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-12-08_21:24:43-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7485130/orig.config.yaml 2023-12-08T22:33:18.603 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-08T22:33:18.683 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-08_21:24:43-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7485130 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: null first_in_suite: false job_id: '7485130' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-08_21:24:43-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: 71 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: smithi080.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMGklvaQvKgIU4FZaC6tkQfrw4gwGj7ca2hAIy0aGy541ttYEduxRuzbFgYotPzM3jqAHsXwn6+gMvC1dfhA11I= smithi150.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPDr8e7DPzfb8X6bIUfvNNXmTOpweb3ooMx2mbI8Klnv4z7cI5D3e8gRiaIaKpnJcWV/bZ/ZTxuUqDWdajfOVpk= 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_21:24:43 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-08T22:33:18.683 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-08T22:33:18.684 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks 2023-12-08T22:33:18.684 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-08T22:33:18.685 INFO:teuthology.task.internal:Checking packages... 2023-12-08T22:33:18.709 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '451ceae11b5d4caee05e94372fe658621eefc0b1' 2023-12-08T22:33:18.709 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-08T22:33:18.709 INFO:teuthology.packaging:ref: None 2023-12-08T22:33:18.709 INFO:teuthology.packaging:tag: None 2023-12-08T22:33:18.709 INFO:teuthology.packaging:branch: wip-yuri5-testing-2023-12-07-0740-pacific 2023-12-08T22:33:18.709 INFO:teuthology.packaging:sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 2023-12-08T22:33:18.710 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-08T22:33:18.935 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-365.g451ceae1 2023-12-08T22:33:18.935 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-08T22:33:18.942 INFO:teuthology.task.internal:no buildpackages task found 2023-12-08T22:33:18.942 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-08T22:33:18.956 INFO:teuthology.task.internal:Saving configuration 2023-12-08T22:33:18.976 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-08T22:33:18.982 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-08T22:33:19.009 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi080.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_21:24:43-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7485130', '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 22:27:59.421078', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMGklvaQvKgIU4FZaC6tkQfrw4gwGj7ca2hAIy0aGy541ttYEduxRuzbFgYotPzM3jqAHsXwn6+gMvC1dfhA11I='} 2023-12-08T22:33:19.031 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi150.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_21:24:43-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7485130', '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 22:27:59.419329', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPDr8e7DPzfb8X6bIUfvNNXmTOpweb3ooMx2mbI8Klnv4z7cI5D3e8gRiaIaKpnJcWV/bZ/ZTxuUqDWdajfOVpk='} 2023-12-08T22:33:19.032 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-08T22:33:19.038 INFO:teuthology.task.internal:roles: ubuntu@smithi080.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-08T22:33:19.038 INFO:teuthology.task.internal:roles: ubuntu@smithi150.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-08T22:33:19.038 INFO:teuthology.run_tasks:Running task console_log... 2023-12-08T22:33:19.123 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f4b20642a60>, signals=[15]) 2023-12-08T22:33:19.124 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-08T22:33:19.132 INFO:teuthology.task.internal:Opening connections... 2023-12-08T22:33:19.132 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi080.front.sepia.ceph.com 2023-12-08T22:33:19.135 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T22:33:19.205 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi150.front.sepia.ceph.com 2023-12-08T22:33:19.206 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T22:33:19.272 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-08T22:33:19.285 DEBUG:teuthology.orchestra.run.smithi080:> uname -m 2023-12-08T22:33:19.309 INFO:teuthology.orchestra.run.smithi080.stdout:x86_64 2023-12-08T22:33:19.309 DEBUG:teuthology.orchestra.run.smithi080:> cat /etc/os-release 2023-12-08T22:33:19.370 INFO:teuthology.orchestra.run.smithi080.stdout:NAME="CentOS Stream" 2023-12-08T22:33:19.370 INFO:teuthology.orchestra.run.smithi080.stdout:VERSION="8" 2023-12-08T22:33:19.370 INFO:teuthology.orchestra.run.smithi080.stdout:ID="centos" 2023-12-08T22:33:19.370 INFO:teuthology.orchestra.run.smithi080.stdout:ID_LIKE="rhel fedora" 2023-12-08T22:33:19.370 INFO:teuthology.orchestra.run.smithi080.stdout:VERSION_ID="8" 2023-12-08T22:33:19.371 INFO:teuthology.orchestra.run.smithi080.stdout:PLATFORM_ID="platform:el8" 2023-12-08T22:33:19.371 INFO:teuthology.orchestra.run.smithi080.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-08T22:33:19.371 INFO:teuthology.orchestra.run.smithi080.stdout:ANSI_COLOR="0;31" 2023-12-08T22:33:19.371 INFO:teuthology.orchestra.run.smithi080.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-08T22:33:19.371 INFO:teuthology.orchestra.run.smithi080.stdout:HOME_URL="https://centos.org/" 2023-12-08T22:33:19.371 INFO:teuthology.orchestra.run.smithi080.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-08T22:33:19.371 INFO:teuthology.orchestra.run.smithi080.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-08T22:33:19.371 INFO:teuthology.orchestra.run.smithi080.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-08T22:33:19.372 INFO:teuthology.lock.ops:Updating smithi080.front.sepia.ceph.com on lock server 2023-12-08T22:33:19.394 DEBUG:teuthology.orchestra.run.smithi150:> uname -m 2023-12-08T22:33:19.417 INFO:teuthology.orchestra.run.smithi150.stdout:x86_64 2023-12-08T22:33:19.417 DEBUG:teuthology.orchestra.run.smithi150:> cat /etc/os-release 2023-12-08T22:33:19.478 INFO:teuthology.orchestra.run.smithi150.stdout:NAME="CentOS Stream" 2023-12-08T22:33:19.479 INFO:teuthology.orchestra.run.smithi150.stdout:VERSION="8" 2023-12-08T22:33:19.479 INFO:teuthology.orchestra.run.smithi150.stdout:ID="centos" 2023-12-08T22:33:19.479 INFO:teuthology.orchestra.run.smithi150.stdout:ID_LIKE="rhel fedora" 2023-12-08T22:33:19.479 INFO:teuthology.orchestra.run.smithi150.stdout:VERSION_ID="8" 2023-12-08T22:33:19.479 INFO:teuthology.orchestra.run.smithi150.stdout:PLATFORM_ID="platform:el8" 2023-12-08T22:33:19.479 INFO:teuthology.orchestra.run.smithi150.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-08T22:33:19.479 INFO:teuthology.orchestra.run.smithi150.stdout:ANSI_COLOR="0;31" 2023-12-08T22:33:19.479 INFO:teuthology.orchestra.run.smithi150.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-08T22:33:19.479 INFO:teuthology.orchestra.run.smithi150.stdout:HOME_URL="https://centos.org/" 2023-12-08T22:33:19.479 INFO:teuthology.orchestra.run.smithi150.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-08T22:33:19.479 INFO:teuthology.orchestra.run.smithi150.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-08T22:33:19.479 INFO:teuthology.orchestra.run.smithi150.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-08T22:33:19.480 INFO:teuthology.lock.ops:Updating smithi150.front.sepia.ceph.com on lock server 2023-12-08T22:33:19.502 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-08T22:33:19.510 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-08T22:33:19.515 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-08T22:33:19.515 DEBUG:teuthology.orchestra.run.smithi080:> test '!' -e /home/ubuntu/cephtest 2023-12-08T22:33:19.518 DEBUG:teuthology.orchestra.run.smithi150:> test '!' -e /home/ubuntu/cephtest 2023-12-08T22:33:19.537 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-08T22:33:19.545 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-08T22:33:19.545 DEBUG:teuthology.orchestra.run.smithi080:> test -z $(ls -A /var/lib/ceph) 2023-12-08T22:33:19.579 DEBUG:teuthology.orchestra.run.smithi150:> test -z $(ls -A /var/lib/ceph) 2023-12-08T22:33:19.614 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-08T22:33:19.658 INFO:teuthology.run_tasks:Running task kernel... 2023-12-08T22:33:19.675 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-08T22:33:19.675 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-08T22:33:19.676 DEBUG:teuthology.orchestra.run.smithi080:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-08T22:33:19.677 DEBUG:teuthology.orchestra.run.smithi150:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-08T22:33:19.696 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T22:33:19.696 DEBUG:teuthology.orchestra.run.smithi080:> uname -r 2023-12-08T22:33:19.697 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T22:33:19.698 DEBUG:teuthology.orchestra.run.smithi150:> uname -r 2023-12-08T22:33:19.757 INFO:teuthology.orchestra.run.smithi080.stdout:4.18.0-489.el8.x86_64 2023-12-08T22:33:19.757 INFO:teuthology.task.kernel:Running kernel on smithi080: 4.18.0-489.el8.x86_64 2023-12-08T22:33:19.757 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum install -y kernel 2023-12-08T22:33:19.758 INFO:teuthology.orchestra.run.smithi150.stdout:4.18.0-489.el8.x86_64 2023-12-08T22:33:19.758 INFO:teuthology.task.kernel:Running kernel on smithi150: 4.18.0-489.el8.x86_64 2023-12-08T22:33:19.758 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum install -y kernel 2023-12-08T22:33:32.145 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 8 - AppStream 3.5 MB/s | 34 MB 00:09 2023-12-08T22:33:33.021 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS Stream 8 - AppStream 3.2 MB/s | 34 MB 00:10 2023-12-08T22:33:40.807 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 8 - BaseOS 24 MB/s | 55 MB 00:02 2023-12-08T22:33:41.946 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS Stream 8 - BaseOS 21 MB/s | 55 MB 00:02 2023-12-08T22:33:49.236 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 8 - Extras 35 kB/s | 18 kB 00:00 2023-12-08T22:33:49.762 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 8 - Extras common packages 20 kB/s | 6.9 kB 00:00 2023-12-08T22:33:50.072 INFO:teuthology.orchestra.run.smithi150.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-12-08T22:33:50.136 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS Stream 8 - Extras 48 kB/s | 18 kB 00:00 2023-12-08T22:33:50.662 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS Stream 8 - Extras common packages 20 kB/s | 6.9 kB 00:00 2023-12-08T22:33:51.047 INFO:teuthology.orchestra.run.smithi080.stdout:Copr repo for python3-asyncssh owned by ceph 15 kB/s | 3.5 kB 00:00 2023-12-08T22:33:52.223 INFO:teuthology.orchestra.run.smithi080.stdout:Extra Packages for Enterprise Linux 16 MB/s | 16 MB 00:01 2023-12-08T22:33:55.167 INFO:teuthology.orchestra.run.smithi150.stdout:Extra Packages for Enterprise Linux 3.2 MB/s | 16 MB 00:04 2023-12-08T22:33:56.056 INFO:teuthology.orchestra.run.smithi080.stdout:lab-extras 369 kB/s | 24 kB 00:00 2023-12-08T22:33:59.056 INFO:teuthology.orchestra.run.smithi150.stdout:lab-extras 403 kB/s | 24 kB 00:00 2023-12-08T22:33:59.672 INFO:teuthology.orchestra.run.smithi080.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-08T22:33:59.672 INFO:teuthology.orchestra.run.smithi080.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-08T22:33:59.953 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2023-12-08T22:33:59.954 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2023-12-08T22:33:59.954 INFO:teuthology.orchestra.run.smithi080.stdout: Package Architecture Version Repository Size 2023-12-08T22:33:59.954 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2023-12-08T22:33:59.954 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2023-12-08T22:33:59.954 INFO:teuthology.orchestra.run.smithi080.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-08T22:33:59.954 INFO:teuthology.orchestra.run.smithi080.stdout:Installing dependencies: 2023-12-08T22:33:59.954 INFO:teuthology.orchestra.run.smithi080.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-08T22:33:59.954 INFO:teuthology.orchestra.run.smithi080.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-08T22:33:59.954 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:33:59.954 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2023-12-08T22:33:59.954 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2023-12-08T22:33:59.955 INFO:teuthology.orchestra.run.smithi080.stdout:Install 3 Packages 2023-12-08T22:33:59.955 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:33:59.955 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 90 M 2023-12-08T22:33:59.955 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 96 M 2023-12-08T22:33:59.955 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2023-12-08T22:34:01.548 INFO:teuthology.orchestra.run.smithi080.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 7.2 MB/s | 10 MB 00:01 2023-12-08T22:34:02.751 INFO:teuthology.orchestra.run.smithi150.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-08T22:34:02.751 INFO:teuthology.orchestra.run.smithi150.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-08T22:34:02.924 INFO:teuthology.orchestra.run.smithi080.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 13 MB/s | 36 MB 00:02 2023-12-08T22:34:03.051 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-12-08T22:34:03.052 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-12-08T22:34:03.052 INFO:teuthology.orchestra.run.smithi150.stdout: Package Architecture Version Repository Size 2023-12-08T22:34:03.052 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-12-08T22:34:03.052 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2023-12-08T22:34:03.052 INFO:teuthology.orchestra.run.smithi150.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-08T22:34:03.052 INFO:teuthology.orchestra.run.smithi150.stdout:Installing dependencies: 2023-12-08T22:34:03.053 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-08T22:34:03.053 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-08T22:34:03.053 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-08T22:34:03.053 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2023-12-08T22:34:03.053 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-12-08T22:34:03.053 INFO:teuthology.orchestra.run.smithi150.stdout:Install 3 Packages 2023-12-08T22:34:03.053 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-08T22:34:03.053 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 90 M 2023-12-08T22:34:03.054 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 96 M 2023-12-08T22:34:03.054 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2023-12-08T22:34:03.699 INFO:teuthology.orchestra.run.smithi080.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 12 MB/s | 43 MB 00:03 2023-12-08T22:34:03.699 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2023-12-08T22:34:03.699 INFO:teuthology.orchestra.run.smithi080.stdout:Total 24 MB/s | 90 MB 00:03 2023-12-08T22:34:04.370 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2023-12-08T22:34:04.682 INFO:teuthology.orchestra.run.smithi150.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 7.6 MB/s | 10 MB 00:01 2023-12-08T22:34:04.800 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2023-12-08T22:34:04.801 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2023-12-08T22:34:05.882 INFO:teuthology.orchestra.run.smithi150.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 14 MB/s | 36 MB 00:02 2023-12-08T22:34:06.042 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2023-12-08T22:34:06.064 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2023-12-08T22:34:07.016 INFO:teuthology.orchestra.run.smithi150.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 12 MB/s | 43 MB 00:03 2023-12-08T22:34:07.016 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2023-12-08T22:34:07.016 INFO:teuthology.orchestra.run.smithi150.stdout:Total 23 MB/s | 90 MB 00:03 2023-12-08T22:34:07.695 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2023-12-08T22:34:08.106 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2023-12-08T22:34:08.107 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2023-12-08T22:34:08.835 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2023-12-08T22:34:09.337 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2023-12-08T22:34:09.359 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2023-12-08T22:34:09.405 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-08T22:34:12.175 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2023-12-08T22:34:12.763 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-08T22:34:12.975 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-08T22:34:13.354 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-08T22:34:16.359 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-08T22:34:16.757 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-08T22:34:16.783 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-08T22:34:17.085 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-08T22:34:20.183 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-08T22:34:20.467 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-08T22:34:39.088 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-08T22:34:39.111 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-08T22:34:39.581 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-08T22:34:39.581 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-08T22:34:39.581 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-08T22:34:40.380 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-08T22:34:40.380 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:34:40.380 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2023-12-08T22:34:40.380 INFO:teuthology.orchestra.run.smithi080.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-08T22:34:40.380 INFO:teuthology.orchestra.run.smithi080.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-08T22:34:40.380 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:34:40.381 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2023-12-08T22:34:40.527 DEBUG:teuthology.orchestra.run.smithi080:> rpm -q kernel | sort -rV | head -n 1 2023-12-08T22:34:40.743 INFO:teuthology.orchestra.run.smithi080.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-08T22:34:40.743 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-08T22:34:40.743 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-08T22:34:40.743 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-08T22:34:40.743 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-08T22:34:40.744 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-08T22:34:40.744 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi080.front.sepia.ceph.com, path=None, version=distro) 2023-12-08T22:34:40.744 DEBUG:teuthology.orchestra.run.smithi080:> rpm -q kernel | sort -rV | head -n 1 2023-12-08T22:34:40.953 INFO:teuthology.orchestra.run.smithi080.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-08T22:34:40.954 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-08T22:34:40.954 DEBUG:teuthology.orchestra.run.smithi080:> sudo rpm -qi grub2-tools 2023-12-08T22:34:40.988 INFO:teuthology.orchestra.run.smithi080.stdout:Name : grub2-tools 2023-12-08T22:34:40.988 INFO:teuthology.orchestra.run.smithi080.stdout:Epoch : 1 2023-12-08T22:34:40.988 INFO:teuthology.orchestra.run.smithi080.stdout:Version : 2.02 2023-12-08T22:34:40.988 INFO:teuthology.orchestra.run.smithi080.stdout:Release : 129.el8 2023-12-08T22:34:40.988 INFO:teuthology.orchestra.run.smithi080.stdout:Architecture: x86_64 2023-12-08T22:34:40.988 INFO:teuthology.orchestra.run.smithi080.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-08T22:34:40.988 INFO:teuthology.orchestra.run.smithi080.stdout:Group : System Environment/Base 2023-12-08T22:34:40.989 INFO:teuthology.orchestra.run.smithi080.stdout:Size : 9265586 2023-12-08T22:34:40.989 INFO:teuthology.orchestra.run.smithi080.stdout:License : GPLv3+ 2023-12-08T22:34:40.989 INFO:teuthology.orchestra.run.smithi080.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-08T22:34:40.989 INFO:teuthology.orchestra.run.smithi080.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-08T22:34:40.989 INFO:teuthology.orchestra.run.smithi080.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-08T22:34:40.989 INFO:teuthology.orchestra.run.smithi080.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-08T22:34:40.989 INFO:teuthology.orchestra.run.smithi080.stdout:Relocations : (not relocatable) 2023-12-08T22:34:40.989 INFO:teuthology.orchestra.run.smithi080.stdout:Packager : CentOS BuildSystem 2023-12-08T22:34:40.989 INFO:teuthology.orchestra.run.smithi080.stdout:Vendor : CentOS 2023-12-08T22:34:40.989 INFO:teuthology.orchestra.run.smithi080.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-08T22:34:40.989 INFO:teuthology.orchestra.run.smithi080.stdout:Summary : Support tools for GRUB. 2023-12-08T22:34:40.989 INFO:teuthology.orchestra.run.smithi080.stdout:Description : 2023-12-08T22:34:40.989 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:34:40.989 INFO:teuthology.orchestra.run.smithi080.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-08T22:34:40.990 INFO:teuthology.orchestra.run.smithi080.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-08T22:34:40.990 INFO:teuthology.orchestra.run.smithi080.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-08T22:34:40.990 INFO:teuthology.orchestra.run.smithi080.stdout:hardware devices. 2023-12-08T22:34:40.990 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:34:40.990 INFO:teuthology.orchestra.run.smithi080.stdout:This subpackage provides tools for support of all platforms. 2023-12-08T22:34:40.991 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-08T22:34:40.991 INFO:teuthology.task.kernel:Updating grub on smithi080 to boot 4.18.0-526.el8.x86_64 2023-12-08T22:34:40.991 DEBUG:teuthology.orchestra.run.smithi080:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-08T22:34:42.352 INFO:teuthology.orchestra.run.smithi080.stderr:Generating grub configuration file ... 2023-12-08T22:34:42.580 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-08T22:34:42.605 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-08T22:34:42.967 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-08T22:34:42.967 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-08T22:34:42.968 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-08T22:34:44.023 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-08T22:34:44.023 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-08T22:34:44.024 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2023-12-08T22:34:44.024 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-08T22:34:44.024 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-08T22:34:44.024 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-08T22:34:44.024 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-12-08T22:34:44.213 DEBUG:teuthology.orchestra.run.smithi150:> rpm -q kernel | sort -rV | head -n 1 2023-12-08T22:34:44.226 INFO:teuthology.orchestra.run.smithi080.stderr:done 2023-12-08T22:34:44.227 DEBUG:teuthology.orchestra.run.smithi080:> mktemp 2023-12-08T22:34:44.250 INFO:teuthology.orchestra.run.smithi080.stdout:/tmp/tmp.6kwcauegtF 2023-12-08T22:34:44.251 DEBUG:teuthology.orchestra.run.smithi080:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.6kwcauegtF 2023-12-08T22:34:44.329 DEBUG:teuthology.orchestra.run.smithi080:> sudo chmod 0666 /tmp/tmp.6kwcauegtF 2023-12-08T22:34:44.429 INFO:teuthology.orchestra.run.smithi150.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-08T22:34:44.429 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-08T22:34:44.429 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-08T22:34:44.429 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-08T22:34:44.429 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-08T22:34:44.430 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-08T22:34:44.430 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi150.front.sepia.ceph.com, path=None, version=distro) 2023-12-08T22:34:44.430 DEBUG:teuthology.orchestra.run.smithi150:> rpm -q kernel | sort -rV | head -n 1 2023-12-08T22:34:44.466 DEBUG:teuthology.orchestra.remote:smithi080:/tmp/tmp.6kwcauegtF is 6KB 2023-12-08T22:34:44.515 DEBUG:teuthology.orchestra.run.smithi080:> rm -fr /tmp/tmp.6kwcauegtF 2023-12-08T22:34:44.532 DEBUG:teuthology.orchestra.run.smithi080:> sudo /bin/ls /boot/loader/entries || true 2023-12-08T22:34:44.608 INFO:teuthology.orchestra.run.smithi080.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-08T22:34:44.608 INFO:teuthology.orchestra.run.smithi080.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-08T22:34:44.608 INFO:teuthology.orchestra.run.smithi080.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-08T22:34:44.608 INFO:teuthology.orchestra.run.smithi080.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-08T22:34:44.609 DEBUG:teuthology.orchestra.run.smithi080:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-08T22:34:44.640 INFO:teuthology.orchestra.run.smithi150.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-08T22:34:44.640 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-08T22:34:44.640 DEBUG:teuthology.orchestra.run.smithi150:> sudo rpm -qi grub2-tools 2023-12-08T22:34:44.674 INFO:teuthology.orchestra.run.smithi150.stdout:Name : grub2-tools 2023-12-08T22:34:44.674 INFO:teuthology.orchestra.run.smithi150.stdout:Epoch : 1 2023-12-08T22:34:44.674 INFO:teuthology.orchestra.run.smithi150.stdout:Version : 2.02 2023-12-08T22:34:44.674 INFO:teuthology.orchestra.run.smithi150.stdout:Release : 129.el8 2023-12-08T22:34:44.674 INFO:teuthology.orchestra.run.smithi150.stdout:Architecture: x86_64 2023-12-08T22:34:44.674 INFO:teuthology.orchestra.run.smithi150.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-08T22:34:44.674 INFO:teuthology.orchestra.run.smithi150.stdout:Group : System Environment/Base 2023-12-08T22:34:44.675 INFO:teuthology.orchestra.run.smithi150.stdout:Size : 9265586 2023-12-08T22:34:44.675 INFO:teuthology.orchestra.run.smithi150.stdout:License : GPLv3+ 2023-12-08T22:34:44.675 INFO:teuthology.orchestra.run.smithi150.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-08T22:34:44.675 INFO:teuthology.orchestra.run.smithi150.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-08T22:34:44.675 INFO:teuthology.orchestra.run.smithi150.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-08T22:34:44.675 INFO:teuthology.orchestra.run.smithi150.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-08T22:34:44.675 INFO:teuthology.orchestra.run.smithi150.stdout:Relocations : (not relocatable) 2023-12-08T22:34:44.675 INFO:teuthology.orchestra.run.smithi150.stdout:Packager : CentOS BuildSystem 2023-12-08T22:34:44.675 INFO:teuthology.orchestra.run.smithi150.stdout:Vendor : CentOS 2023-12-08T22:34:44.675 INFO:teuthology.orchestra.run.smithi150.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-08T22:34:44.675 INFO:teuthology.orchestra.run.smithi150.stdout:Summary : Support tools for GRUB. 2023-12-08T22:34:44.675 INFO:teuthology.orchestra.run.smithi150.stdout:Description : 2023-12-08T22:34:44.675 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-08T22:34:44.675 INFO:teuthology.orchestra.run.smithi150.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-08T22:34:44.675 INFO:teuthology.orchestra.run.smithi150.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-08T22:34:44.675 INFO:teuthology.orchestra.run.smithi150.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-08T22:34:44.676 INFO:teuthology.orchestra.run.smithi150.stdout:hardware devices. 2023-12-08T22:34:44.676 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-08T22:34:44.676 INFO:teuthology.orchestra.run.smithi150.stdout:This subpackage provides tools for support of all platforms. 2023-12-08T22:34:44.676 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-08T22:34:44.677 INFO:teuthology.task.kernel:Updating grub on smithi150 to boot 4.18.0-526.el8.x86_64 2023-12-08T22:34:44.677 DEBUG:teuthology.orchestra.run.smithi150:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-08T22:34:44.752 DEBUG:teuthology.orchestra.run.smithi080:> sudo shutdown -r now 2023-12-08T22:34:46.103 INFO:teuthology.orchestra.run.smithi150.stderr:Generating grub configuration file ... 2023-12-08T22:34:48.080 INFO:teuthology.orchestra.run.smithi150.stderr:done 2023-12-08T22:34:48.082 DEBUG:teuthology.orchestra.run.smithi150:> mktemp 2023-12-08T22:34:48.116 INFO:teuthology.orchestra.run.smithi150.stdout:/tmp/tmp.Z8XLTRYM8t 2023-12-08T22:34:48.116 DEBUG:teuthology.orchestra.run.smithi150:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Z8XLTRYM8t 2023-12-08T22:34:48.191 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod 0666 /tmp/tmp.Z8XLTRYM8t 2023-12-08T22:34:48.338 DEBUG:teuthology.orchestra.remote:smithi150:/tmp/tmp.Z8XLTRYM8t is 6KB 2023-12-08T22:34:48.387 DEBUG:teuthology.orchestra.run.smithi150:> rm -fr /tmp/tmp.Z8XLTRYM8t 2023-12-08T22:34:48.405 DEBUG:teuthology.orchestra.run.smithi150:> sudo /bin/ls /boot/loader/entries || true 2023-12-08T22:34:48.469 INFO:teuthology.orchestra.run.smithi150.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-08T22:34:48.470 INFO:teuthology.orchestra.run.smithi150.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-08T22:34:48.470 INFO:teuthology.orchestra.run.smithi150.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-08T22:34:48.470 INFO:teuthology.orchestra.run.smithi150.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-08T22:34:48.471 DEBUG:teuthology.orchestra.run.smithi150:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-08T22:34:48.610 DEBUG:teuthology.orchestra.run.smithi150:> sudo shutdown -r now 2023-12-08T22:35:14.778 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-08T22:35:14.779 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi080.front.sepia.ceph.com' 2023-12-08T22:35:14.780 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T22:35:18.616 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-08T22:35:18.617 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2023-12-08T22:35:18.617 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T22:35:33.346 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.80 2023-12-08T22:35:37.186 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.150 2023-12-08T22:35:42.350 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi080.front.sepia.ceph.com' 2023-12-08T22:35:42.351 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T22:35:45.410 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.80 2023-12-08T22:35:46.188 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2023-12-08T22:35:46.189 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T22:35:49.254 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.150 2023-12-08T22:35:57.418 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi080.front.sepia.ceph.com' 2023-12-08T22:35:57.419 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T22:36:01.259 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2023-12-08T22:36:01.259 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T22:36:29.225 DEBUG:teuthology.orchestra.run.smithi080:> true 2023-12-08T22:36:29.485 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi080.front.sepia.ceph.com' 2023-12-08T22:36:29.486 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-526.el8.x86_64"... 2023-12-08T22:36:29.486 DEBUG:teuthology.orchestra.run.smithi080:> uname -r 2023-12-08T22:36:29.543 INFO:teuthology.orchestra.run.smithi080.stdout:4.18.0-526.el8.x86_64 2023-12-08T22:36:29.544 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-08T22:36:29.544 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-08T22:36:29.544 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-08T22:36:30.545 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-08T22:36:30.545 DEBUG:teuthology.orchestra.run.smithi080:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-08T22:36:30.609 INFO:teuthology.orchestra.run.smithi080.stdout:ttyS1 2023-12-08T22:36:30.621 DEBUG:teuthology.parallel:result is None 2023-12-08T22:37:01.261 DEBUG:teuthology.orchestra.remote:timed out 2023-12-08T22:37:16.263 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2023-12-08T22:37:16.264 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T22:37:16.582 DEBUG:teuthology.orchestra.run.smithi150:> true 2023-12-08T22:37:16.917 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi150.front.sepia.ceph.com' 2023-12-08T22:37:16.917 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-526.el8.x86_64"... 2023-12-08T22:37:16.917 DEBUG:teuthology.orchestra.run.smithi150:> uname -r 2023-12-08T22:37:16.936 INFO:teuthology.orchestra.run.smithi150.stdout:4.18.0-526.el8.x86_64 2023-12-08T22:37:16.936 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-08T22:37:16.937 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-08T22:37:16.937 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-08T22:37:17.937 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-08T22:37:17.937 DEBUG:teuthology.orchestra.run.smithi150:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-08T22:37:18.018 INFO:teuthology.orchestra.run.smithi150.stdout:ttyS1 2023-12-08T22:37:18.032 DEBUG:teuthology.parallel:result is None 2023-12-08T22:37:18.033 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-08T22:37:18.041 INFO:teuthology.task.internal:Creating test directory... 2023-12-08T22:37:18.042 DEBUG:teuthology.orchestra.run.smithi080:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-08T22:37:18.045 DEBUG:teuthology.orchestra.run.smithi150:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-08T22:37:18.065 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-08T22:37:18.076 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-08T22:37:18.091 INFO:teuthology.task.internal:Creating archive directory... 2023-12-08T22:37:18.091 DEBUG:teuthology.orchestra.run.smithi080:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-08T22:37:18.107 DEBUG:teuthology.orchestra.run.smithi150:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-08T22:37:18.145 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-08T22:37:18.156 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-08T22:37:18.156 DEBUG:teuthology.orchestra.run.smithi080:> 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-08T22:37:18.181 DEBUG:teuthology.orchestra.run.smithi150:> 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-08T22:37:18.210 INFO:teuthology.orchestra.run.smithi080.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T22:37:18.218 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T22:37:18.220 INFO:teuthology.orchestra.run.smithi080.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T22:37:18.229 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T22:37:18.230 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-08T22:37:18.242 INFO:teuthology.task.internal:Configuring sudo... 2023-12-08T22:37:18.242 DEBUG:teuthology.orchestra.run.smithi080:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-08T22:37:18.264 DEBUG:teuthology.orchestra.run.smithi150:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-08T22:37:18.300 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-08T22:37:18.314 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-08T22:37:18.315 DEBUG:teuthology.orchestra.run.smithi080:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-08T22:37:18.333 DEBUG:teuthology.orchestra.run.smithi150:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-08T22:37:18.359 DEBUG:teuthology.orchestra.run.smithi080:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-08T22:37:18.435 DEBUG:teuthology.orchestra.run.smithi080:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-08T22:37:18.486 DEBUG:teuthology.orchestra.run.smithi080:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-08T22:37:18.569 DEBUG:teuthology.orchestra.run.smithi080:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-08T22:37:18.613 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2023-12-08T22:37:18.613 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-08T22:37:18.679 DEBUG:teuthology.orchestra.run.smithi150:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-08T22:37:18.726 DEBUG:teuthology.orchestra.run.smithi150:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-08T22:37:18.786 DEBUG:teuthology.orchestra.run.smithi150:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-08T22:37:18.879 DEBUG:teuthology.orchestra.run.smithi150:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-08T22:37:18.922 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-12-08T22:37:18.923 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-08T22:37:18.995 DEBUG:teuthology.orchestra.run.smithi080:> sudo service rsyslog restart 2023-12-08T22:37:18.997 DEBUG:teuthology.orchestra.run.smithi150:> sudo service rsyslog restart 2023-12-08T22:37:19.076 INFO:teuthology.orchestra.run.smithi080.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-08T22:37:19.095 INFO:teuthology.orchestra.run.smithi150.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-08T22:37:19.494 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-08T22:37:19.509 INFO:teuthology.task.internal:Starting timer... 2023-12-08T22:37:19.509 INFO:teuthology.run_tasks:Running task pcp... 2023-12-08T22:37:19.525 INFO:teuthology.run_tasks:Running task selinux... 2023-12-08T22:37:19.540 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-08T22:37:19.540 DEBUG:teuthology.orchestra.run.smithi080:> sudo service auditd rotate 2023-12-08T22:37:19.662 INFO:teuthology.orchestra.run.smithi080.stdout:Rotating logs: 2023-12-08T22:37:19.664 DEBUG:teuthology.orchestra.run.smithi150:> sudo service auditd rotate 2023-12-08T22:37:19.730 INFO:teuthology.orchestra.run.smithi150.stdout:Rotating logs: 2023-12-08T22:37:19.732 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-08T22:37:19.732 DEBUG:teuthology.orchestra.run.smithi080:> /usr/sbin/getenforce 2023-12-08T22:37:19.755 INFO:teuthology.orchestra.run.smithi080.stdout:Permissive 2023-12-08T22:37:19.755 DEBUG:teuthology.orchestra.run.smithi150:> /usr/sbin/getenforce 2023-12-08T22:37:19.812 INFO:teuthology.orchestra.run.smithi150.stdout:Permissive 2023-12-08T22:37:19.812 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi080.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi150.front.sepia.ceph.com': 'permissive'} 2023-12-08T22:37:19.812 DEBUG:teuthology.orchestra.run.smithi080:> 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-08T22:37:19.839 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T22:37:19.840 DEBUG:teuthology.orchestra.run.smithi150:> 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-08T22:37:19.868 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T22:37:19.869 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-08T22:37:19.869 DEBUG:teuthology.orchestra.run.smithi080:> sudo /usr/sbin/setenforce permissive 2023-12-08T22:37:19.907 DEBUG:teuthology.orchestra.run.smithi150:> sudo /usr/sbin/setenforce permissive 2023-12-08T22:37:19.946 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-08T22:37:19.957 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-08T22:37:19.957 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-08T22:37:19.977 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-08T22:37:19.978 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi080.front.sepia.ceph.com,smithi150.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-08T22:44:58.544 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi080.front.sepia.ceph.com'), Remote(name='ubuntu@smithi150.front.sepia.ceph.com')] 2023-12-08T22:44:58.545 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi080.front.sepia.ceph.com' 2023-12-08T22:44:58.546 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T22:44:58.618 DEBUG:teuthology.orchestra.run.smithi080:> true 2023-12-08T22:44:58.689 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi080.front.sepia.ceph.com' 2023-12-08T22:44:58.689 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2023-12-08T22:44:58.690 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T22:44:58.756 DEBUG:teuthology.orchestra.run.smithi150:> true 2023-12-08T22:44:58.824 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi150.front.sepia.ceph.com' 2023-12-08T22:44:58.825 INFO:teuthology.run_tasks:Running task clock... 2023-12-08T22:44:58.836 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-08T22:44:58.837 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-08T22:44:58.837 DEBUG:teuthology.orchestra.run.smithi080:> 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-08T22:44:58.839 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-08T22:44:58.840 DEBUG:teuthology.orchestra.run.smithi150:> 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-08T22:44:58.871 INFO:teuthology.orchestra.run.smithi080.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-08T22:44:58.884 INFO:teuthology.orchestra.run.smithi080.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-08T22:44:58.897 INFO:teuthology.orchestra.run.smithi150.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-08T22:44:58.911 INFO:teuthology.orchestra.run.smithi150.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-08T22:44:58.949 INFO:teuthology.orchestra.run.smithi080.stderr:sudo: ntpd: command not found 2023-12-08T22:44:58.961 INFO:teuthology.orchestra.run.smithi080.stdout:506 Cannot talk to daemon 2023-12-08T22:44:58.974 INFO:teuthology.orchestra.run.smithi080.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-08T22:44:58.987 INFO:teuthology.orchestra.run.smithi080.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-08T22:44:58.988 INFO:teuthology.orchestra.run.smithi150.stderr:sudo: ntpd: command not found 2023-12-08T22:44:59.000 INFO:teuthology.orchestra.run.smithi150.stdout:506 Cannot talk to daemon 2023-12-08T22:44:59.014 INFO:teuthology.orchestra.run.smithi150.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-08T22:44:59.027 INFO:teuthology.orchestra.run.smithi150.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-08T22:44:59.060 INFO:teuthology.orchestra.run.smithi080.stderr:bash: ntpq: command not found 2023-12-08T22:44:59.063 INFO:teuthology.orchestra.run.smithi080.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-08T22:44:59.063 INFO:teuthology.orchestra.run.smithi080.stdout:=============================================================================== 2023-12-08T22:44:59.063 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T22:44:59.063 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T22:44:59.063 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T22:44:59.063 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T22:44:59.105 INFO:teuthology.orchestra.run.smithi150.stderr:bash: ntpq: command not found 2023-12-08T22:44:59.108 INFO:teuthology.orchestra.run.smithi150.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-08T22:44:59.108 INFO:teuthology.orchestra.run.smithi150.stdout:=============================================================================== 2023-12-08T22:44:59.108 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T22:44:59.109 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T22:44:59.109 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T22:44:59.109 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T22:44:59.110 INFO:teuthology.run_tasks:Running task pexec... 2023-12-08T22:44:59.119 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-08T22:44:59.119 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi080.front.sepia.ceph.com 2023-12-08T22:44:59.120 DEBUG:teuthology.orchestra.run.smithi080:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-08T22:44:59.120 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi150.front.sepia.ceph.com 2023-12-08T22:44:59.120 DEBUG:teuthology.orchestra.run.smithi150:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-08T22:44:59.995 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:01:46 ago on Fri 08 Dec 2023 10:43:13 PM UTC. 2023-12-08T22:45:00.029 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:01:44 ago on Fri 08 Dec 2023 10:43:15 PM UTC. 2023-12-08T22:45:02.141 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2023-12-08T22:45:02.142 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2023-12-08T22:45:02.142 INFO:teuthology.orchestra.run.smithi080.stdout: Package Architecture Version Repository Size 2023-12-08T22:45:02.142 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2023-12-08T22:45:02.142 INFO:teuthology.orchestra.run.smithi080.stdout:Resetting modules: 2023-12-08T22:45:02.142 INFO:teuthology.orchestra.run.smithi080.stdout: container-tools 2023-12-08T22:45:02.142 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:45:02.142 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2023-12-08T22:45:02.142 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2023-12-08T22:45:02.142 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:45:02.143 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-12-08T22:45:02.144 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-12-08T22:45:02.144 INFO:teuthology.orchestra.run.smithi150.stdout: Package Architecture Version Repository Size 2023-12-08T22:45:02.144 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-12-08T22:45:02.145 INFO:teuthology.orchestra.run.smithi150.stdout:Resetting modules: 2023-12-08T22:45:02.145 INFO:teuthology.orchestra.run.smithi150.stdout: container-tools 2023-12-08T22:45:02.145 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-08T22:45:02.145 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2023-12-08T22:45:02.145 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-12-08T22:45:02.145 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-08T22:45:02.394 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2023-12-08T22:45:02.407 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-12-08T22:45:03.337 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:01:50 ago on Fri 08 Dec 2023 10:43:13 PM UTC. 2023-12-08T22:45:03.361 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:01:48 ago on Fri 08 Dec 2023 10:43:15 PM UTC. 2023-12-08T22:45:05.465 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2023-12-08T22:45:05.489 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-12-08T22:45:05.650 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2023-12-08T22:45:05.650 INFO:teuthology.orchestra.run.smithi080.stdout: Package Arch Version Repository Size 2023-12-08T22:45:05.650 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2023-12-08T22:45:05.650 INFO:teuthology.orchestra.run.smithi080.stdout:Installing group/module packages: 2023-12-08T22:45:05.650 INFO:teuthology.orchestra.run.smithi080.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-08T22:45:05.651 INFO:teuthology.orchestra.run.smithi080.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-08T22:45:05.651 INFO:teuthology.orchestra.run.smithi080.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-08T22:45:05.651 INFO:teuthology.orchestra.run.smithi080.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-08T22:45:05.651 INFO:teuthology.orchestra.run.smithi080.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-08T22:45:05.651 INFO:teuthology.orchestra.run.smithi080.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-08T22:45:05.651 INFO:teuthology.orchestra.run.smithi080.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-08T22:45:05.651 INFO:teuthology.orchestra.run.smithi080.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-08T22:45:05.651 INFO:teuthology.orchestra.run.smithi080.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-08T22:45:05.651 INFO:teuthology.orchestra.run.smithi080.stdout:Installing dependencies: 2023-12-08T22:45:05.651 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-08T22:45:05.651 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-08T22:45:05.651 INFO:teuthology.orchestra.run.smithi080.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-08T22:45:05.651 INFO:teuthology.orchestra.run.smithi080.stdout:Installing weak dependencies: 2023-12-08T22:45:05.652 INFO:teuthology.orchestra.run.smithi080.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-08T22:45:05.652 INFO:teuthology.orchestra.run.smithi080.stdout:Installing module profiles: 2023-12-08T22:45:05.652 INFO:teuthology.orchestra.run.smithi080.stdout: container-tools/common 2023-12-08T22:45:05.652 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:45:05.652 INFO:teuthology.orchestra.run.smithi080.stdout:Enabling module streams: 2023-12-08T22:45:05.652 INFO:teuthology.orchestra.run.smithi080.stdout: container-tools rhel8 2023-12-08T22:45:05.652 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:45:05.652 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2023-12-08T22:45:05.652 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2023-12-08T22:45:05.652 INFO:teuthology.orchestra.run.smithi080.stdout:Install 13 Packages 2023-12-08T22:45:05.652 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:45:05.653 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 27 M 2023-12-08T22:45:05.653 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 89 M 2023-12-08T22:45:05.653 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2023-12-08T22:45:05.674 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-12-08T22:45:05.674 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repository Size 2023-12-08T22:45:05.674 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-12-08T22:45:05.674 INFO:teuthology.orchestra.run.smithi150.stdout:Installing group/module packages: 2023-12-08T22:45:05.674 INFO:teuthology.orchestra.run.smithi150.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-08T22:45:05.674 INFO:teuthology.orchestra.run.smithi150.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-08T22:45:05.674 INFO:teuthology.orchestra.run.smithi150.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-08T22:45:05.674 INFO:teuthology.orchestra.run.smithi150.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-08T22:45:05.675 INFO:teuthology.orchestra.run.smithi150.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-08T22:45:05.675 INFO:teuthology.orchestra.run.smithi150.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-08T22:45:05.675 INFO:teuthology.orchestra.run.smithi150.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-08T22:45:05.675 INFO:teuthology.orchestra.run.smithi150.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-08T22:45:05.675 INFO:teuthology.orchestra.run.smithi150.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-08T22:45:05.675 INFO:teuthology.orchestra.run.smithi150.stdout:Installing dependencies: 2023-12-08T22:45:05.675 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-08T22:45:05.675 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-08T22:45:05.675 INFO:teuthology.orchestra.run.smithi150.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-08T22:45:05.675 INFO:teuthology.orchestra.run.smithi150.stdout:Installing weak dependencies: 2023-12-08T22:45:05.675 INFO:teuthology.orchestra.run.smithi150.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-08T22:45:05.675 INFO:teuthology.orchestra.run.smithi150.stdout:Installing module profiles: 2023-12-08T22:45:05.675 INFO:teuthology.orchestra.run.smithi150.stdout: container-tools/common 2023-12-08T22:45:05.675 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-08T22:45:05.675 INFO:teuthology.orchestra.run.smithi150.stdout:Enabling module streams: 2023-12-08T22:45:05.676 INFO:teuthology.orchestra.run.smithi150.stdout: container-tools rhel8 2023-12-08T22:45:05.676 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-08T22:45:05.676 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2023-12-08T22:45:05.676 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-12-08T22:45:05.676 INFO:teuthology.orchestra.run.smithi150.stdout:Install 13 Packages 2023-12-08T22:45:05.676 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-08T22:45:05.676 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 27 M 2023-12-08T22:45:05.676 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 89 M 2023-12-08T22:45:05.677 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2023-12-08T22:45:06.573 INFO:teuthology.orchestra.run.smithi080.stdout:(1/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.2 MB/s | 1.0 MB 00:00 2023-12-08T22:45:06.690 INFO:teuthology.orchestra.run.smithi080.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 324 kB/s | 38 kB 00:00 2023-12-08T22:45:06.724 INFO:teuthology.orchestra.run.smithi080.stdout:(3/13): cockpit-podman-78-1.module_el8+712+4cd1 748 kB/s | 750 kB 00:01 2023-12-08T22:45:06.857 INFO:teuthology.orchestra.run.smithi080.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 1.4 MB/s | 241 kB 00:00 2023-12-08T22:45:07.024 INFO:teuthology.orchestra.run.smithi080.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.0 MB/s | 178 kB 00:00 2023-12-08T22:45:07.125 INFO:teuthology.orchestra.run.smithi080.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 247 kB/s | 25 kB 00:00 2023-12-08T22:45:07.217 INFO:teuthology.orchestra.run.smithi080.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.0 MB/s | 94 kB 00:00 2023-12-08T22:45:07.696 INFO:teuthology.orchestra.run.smithi150.stdout:(1/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.2 MB/s | 1.0 MB 00:00 2023-12-08T22:45:07.788 INFO:teuthology.orchestra.run.smithi150.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 413 kB/s | 38 kB 00:00 2023-12-08T22:45:07.913 INFO:teuthology.orchestra.run.smithi150.stdout:(3/13): cockpit-podman-78-1.module_el8+712+4cd1 726 kB/s | 750 kB 00:01 2023-12-08T22:45:08.005 INFO:teuthology.orchestra.run.smithi150.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 1.1 MB/s | 241 kB 00:00 2023-12-08T22:45:08.214 INFO:teuthology.orchestra.run.smithi150.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 854 kB/s | 178 kB 00:00 2023-12-08T22:45:08.322 INFO:teuthology.orchestra.run.smithi150.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 229 kB/s | 25 kB 00:00 2023-12-08T22:45:08.451 INFO:teuthology.orchestra.run.smithi150.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 751 kB/s | 94 kB 00:00 2023-12-08T22:45:08.625 INFO:teuthology.orchestra.run.smithi080.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 2.1 MB/s | 3.9 MB 00:01 2023-12-08T22:45:09.442 INFO:teuthology.orchestra.run.smithi080.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 3.1 MB/s | 2.5 MB 00:00 2023-12-08T22:45:09.584 INFO:teuthology.orchestra.run.smithi080.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 372 kB/s | 53 kB 00:00 2023-12-08T22:45:09.726 INFO:teuthology.orchestra.run.smithi080.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 289 kB/s | 41 kB 00:00 2023-12-08T22:45:11.223 INFO:teuthology.orchestra.run.smithi150.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 1.2 MB/s | 3.9 MB 00:03 2023-12-08T22:45:12.567 INFO:teuthology.orchestra.run.smithi080.stdout:(12/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 1.5 MB/s | 8.1 MB 00:05 2023-12-08T22:45:12.648 INFO:teuthology.orchestra.run.smithi150.stdout:(9/13): skopeo-1.13.3-1.module_el8+712+4cd1bd69 1.9 MB/s | 8.1 MB 00:04 2023-12-08T22:45:12.744 INFO:teuthology.orchestra.run.smithi080.stdout:(13/13): buildah-1.32.0-1.module_el8+712+4cd1bd 1.4 MB/s | 9.6 MB 00:07 2023-12-08T22:45:12.745 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2023-12-08T22:45:12.745 INFO:teuthology.orchestra.run.smithi080.stdout:Total 3.7 MB/s | 27 MB 00:07 2023-12-08T22:45:12.806 INFO:teuthology.orchestra.run.smithi150.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 333 kB/s | 53 kB 00:00 2023-12-08T22:45:12.982 INFO:teuthology.orchestra.run.smithi150.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 234 kB/s | 41 kB 00:00 2023-12-08T22:45:13.014 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2023-12-08T22:45:13.024 INFO:teuthology.orchestra.run.smithi150.stdout:(12/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 1.4 MB/s | 2.5 MB 00:01 2023-12-08T22:45:13.035 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2023-12-08T22:45:13.035 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2023-12-08T22:45:13.279 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2023-12-08T22:45:13.282 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2023-12-08T22:45:13.966 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2023-12-08T22:45:14.168 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-08T22:45:14.330 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-08T22:45:14.552 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-08T22:45:14.683 INFO:teuthology.orchestra.run.smithi150.stdout:(13/13): buildah-1.32.0-1.module_el8+712+4cd1bd 1.2 MB/s | 9.6 MB 00:07 2023-12-08T22:45:14.683 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2023-12-08T22:45:14.683 INFO:teuthology.orchestra.run.smithi150.stdout:Total 3.0 MB/s | 27 MB 00:09 2023-12-08T22:45:14.782 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-08T22:45:14.953 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2023-12-08T22:45:14.974 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2023-12-08T22:45:14.974 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2023-12-08T22:45:15.235 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2023-12-08T22:45:15.238 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2023-12-08T22:45:15.310 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-08T22:45:15.920 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2023-12-08T22:45:16.163 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-08T22:45:16.318 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-08T22:45:16.333 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-08T22:45:16.559 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-08T22:45:16.564 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-08T22:45:16.789 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-08T22:45:16.835 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-08T22:45:17.042 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-08T22:45:17.415 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-08T22:45:17.426 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-08T22:45:18.368 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-08T22:45:18.582 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-08T22:45:18.632 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-08T22:45:18.789 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-08T22:45:18.842 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-08T22:45:18.962 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-08T22:45:19.130 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-08T22:45:19.396 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-08T22:45:19.396 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-08T22:45:19.396 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-08T22:45:19.396 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-08T22:45:19.397 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-08T22:45:19.397 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-08T22:45:19.397 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-08T22:45:19.397 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-08T22:45:19.397 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-08T22:45:19.397 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-08T22:45:19.397 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-08T22:45:19.397 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-08T22:45:19.397 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-08T22:45:19.545 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-08T22:45:20.207 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-08T22:45:20.207 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:45:20.207 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2023-12-08T22:45:20.207 INFO:teuthology.orchestra.run.smithi080.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T22:45:20.207 INFO:teuthology.orchestra.run.smithi080.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T22:45:20.207 INFO:teuthology.orchestra.run.smithi080.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-08T22:45:20.207 INFO:teuthology.orchestra.run.smithi080.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-08T22:45:20.207 INFO:teuthology.orchestra.run.smithi080.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T22:45:20.207 INFO:teuthology.orchestra.run.smithi080.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-08T22:45:20.207 INFO:teuthology.orchestra.run.smithi080.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-08T22:45:20.207 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-08T22:45:20.208 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-08T22:45:20.208 INFO:teuthology.orchestra.run.smithi080.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T22:45:20.208 INFO:teuthology.orchestra.run.smithi080.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-08T22:45:20.208 INFO:teuthology.orchestra.run.smithi080.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-08T22:45:20.208 INFO:teuthology.orchestra.run.smithi080.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-08T22:45:20.208 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:45:20.208 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2023-12-08T22:45:20.433 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-08T22:45:20.467 DEBUG:teuthology.parallel:result is None 2023-12-08T22:45:20.679 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-08T22:45:20.891 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-08T22:45:21.314 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-08T22:45:21.314 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-08T22:45:21.314 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-08T22:45:21.314 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-08T22:45:21.315 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-08T22:45:21.315 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-08T22:45:21.315 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-08T22:45:21.315 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-08T22:45:21.315 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-08T22:45:21.315 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-08T22:45:21.316 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-08T22:45:21.316 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-08T22:45:21.316 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-08T22:45:22.215 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-08T22:45:22.216 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-08T22:45:22.216 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2023-12-08T22:45:22.216 INFO:teuthology.orchestra.run.smithi150.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T22:45:22.216 INFO:teuthology.orchestra.run.smithi150.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T22:45:22.216 INFO:teuthology.orchestra.run.smithi150.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-08T22:45:22.216 INFO:teuthology.orchestra.run.smithi150.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-08T22:45:22.216 INFO:teuthology.orchestra.run.smithi150.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T22:45:22.216 INFO:teuthology.orchestra.run.smithi150.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-08T22:45:22.216 INFO:teuthology.orchestra.run.smithi150.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-08T22:45:22.216 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-08T22:45:22.216 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-08T22:45:22.216 INFO:teuthology.orchestra.run.smithi150.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T22:45:22.216 INFO:teuthology.orchestra.run.smithi150.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-08T22:45:22.217 INFO:teuthology.orchestra.run.smithi150.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-08T22:45:22.217 INFO:teuthology.orchestra.run.smithi150.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-08T22:45:22.217 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-08T22:45:22.217 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-12-08T22:45:22.535 DEBUG:teuthology.parallel:result is None 2023-12-08T22:45:22.535 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-12-08T22:45:22.548 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-12-08T22:45:22.549 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2023-12-08T22:45:22.549 DEBUG:teuthology.orchestra.run.smithi080:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T22:45:22.572 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-08T22:45:22.572 DEBUG:teuthology.orchestra.run.smithi080:> stat /dev/vg_nvme/lv_1 2023-12-08T22:45:22.635 INFO:teuthology.orchestra.run.smithi080.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-08T22:45:22.635 INFO:teuthology.orchestra.run.smithi080.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T22:45:22.635 INFO:teuthology.orchestra.run.smithi080.stdout:Device: 6h/6d Inode: 390961 Links: 1 2023-12-08T22:45:22.635 INFO:teuthology.orchestra.run.smithi080.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T22:45:22.635 INFO:teuthology.orchestra.run.smithi080.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T22:45:22.636 INFO:teuthology.orchestra.run.smithi080.stdout:Access: 2023-12-08 22:45:19.114624625 +0000 2023-12-08T22:45:22.636 INFO:teuthology.orchestra.run.smithi080.stdout:Modify: 2023-12-08 22:44:13.321408319 +0000 2023-12-08T22:45:22.636 INFO:teuthology.orchestra.run.smithi080.stdout:Change: 2023-12-08 22:44:13.321408319 +0000 2023-12-08T22:45:22.636 INFO:teuthology.orchestra.run.smithi080.stdout: Birth: - 2023-12-08T22:45:22.637 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-08T22:45:22.707 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records in 2023-12-08T22:45:22.708 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records out 2023-12-08T22:45:22.708 INFO:teuthology.orchestra.run.smithi080.stderr:512 bytes copied, 0.000271031 s, 1.9 MB/s 2023-12-08T22:45:22.709 DEBUG:teuthology.orchestra.run.smithi080:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-08T22:45:22.774 DEBUG:teuthology.orchestra.run.smithi080:> stat /dev/vg_nvme/lv_2 2023-12-08T22:45:22.835 INFO:teuthology.orchestra.run.smithi080.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-08T22:45:22.836 INFO:teuthology.orchestra.run.smithi080.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T22:45:22.836 INFO:teuthology.orchestra.run.smithi080.stdout:Device: 6h/6d Inode: 393840 Links: 1 2023-12-08T22:45:22.836 INFO:teuthology.orchestra.run.smithi080.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T22:45:22.836 INFO:teuthology.orchestra.run.smithi080.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T22:45:22.836 INFO:teuthology.orchestra.run.smithi080.stdout:Access: 2023-12-08 22:45:19.115624602 +0000 2023-12-08T22:45:22.836 INFO:teuthology.orchestra.run.smithi080.stdout:Modify: 2023-12-08 22:44:13.832396661 +0000 2023-12-08T22:45:22.836 INFO:teuthology.orchestra.run.smithi080.stdout:Change: 2023-12-08 22:44:13.832396661 +0000 2023-12-08T22:45:22.836 INFO:teuthology.orchestra.run.smithi080.stdout: Birth: - 2023-12-08T22:45:22.836 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-08T22:45:22.906 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records in 2023-12-08T22:45:22.907 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records out 2023-12-08T22:45:22.907 INFO:teuthology.orchestra.run.smithi080.stderr:512 bytes copied, 0.000267281 s, 1.9 MB/s 2023-12-08T22:45:22.908 DEBUG:teuthology.orchestra.run.smithi080:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-08T22:45:22.971 DEBUG:teuthology.orchestra.run.smithi080:> stat /dev/vg_nvme/lv_3 2023-12-08T22:45:23.033 INFO:teuthology.orchestra.run.smithi080.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-08T22:45:23.034 INFO:teuthology.orchestra.run.smithi080.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T22:45:23.034 INFO:teuthology.orchestra.run.smithi080.stdout:Device: 6h/6d Inode: 396563 Links: 1 2023-12-08T22:45:23.034 INFO:teuthology.orchestra.run.smithi080.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T22:45:23.034 INFO:teuthology.orchestra.run.smithi080.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T22:45:23.034 INFO:teuthology.orchestra.run.smithi080.stdout:Access: 2023-12-08 22:45:19.115624602 +0000 2023-12-08T22:45:23.034 INFO:teuthology.orchestra.run.smithi080.stdout:Modify: 2023-12-08 22:44:14.365384500 +0000 2023-12-08T22:45:23.034 INFO:teuthology.orchestra.run.smithi080.stdout:Change: 2023-12-08 22:44:14.365384500 +0000 2023-12-08T22:45:23.034 INFO:teuthology.orchestra.run.smithi080.stdout: Birth: - 2023-12-08T22:45:23.034 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-08T22:45:23.104 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records in 2023-12-08T22:45:23.104 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records out 2023-12-08T22:45:23.104 INFO:teuthology.orchestra.run.smithi080.stderr:512 bytes copied, 0.000239544 s, 2.1 MB/s 2023-12-08T22:45:23.106 DEBUG:teuthology.orchestra.run.smithi080:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-08T22:45:23.169 DEBUG:teuthology.orchestra.run.smithi080:> stat /dev/vg_nvme/lv_4 2023-12-08T22:45:23.230 INFO:teuthology.orchestra.run.smithi080.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-08T22:45:23.230 INFO:teuthology.orchestra.run.smithi080.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T22:45:23.230 INFO:teuthology.orchestra.run.smithi080.stdout:Device: 6h/6d Inode: 398483 Links: 1 2023-12-08T22:45:23.231 INFO:teuthology.orchestra.run.smithi080.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T22:45:23.231 INFO:teuthology.orchestra.run.smithi080.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T22:45:23.231 INFO:teuthology.orchestra.run.smithi080.stdout:Access: 2023-12-08 22:45:19.115624602 +0000 2023-12-08T22:45:23.231 INFO:teuthology.orchestra.run.smithi080.stdout:Modify: 2023-12-08 22:44:14.884372658 +0000 2023-12-08T22:45:23.231 INFO:teuthology.orchestra.run.smithi080.stdout:Change: 2023-12-08 22:44:14.884372658 +0000 2023-12-08T22:45:23.231 INFO:teuthology.orchestra.run.smithi080.stdout: Birth: - 2023-12-08T22:45:23.231 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-08T22:45:23.298 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records in 2023-12-08T22:45:23.298 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records out 2023-12-08T22:45:23.298 INFO:teuthology.orchestra.run.smithi080.stderr:512 bytes copied, 0.000254647 s, 2.0 MB/s 2023-12-08T22:45:23.300 DEBUG:teuthology.orchestra.run.smithi080:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-08T22:45:23.360 DEBUG:teuthology.orchestra.run.smithi080:> 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-08T22:45:23.474 INFO:teuthology.orchestra.run.smithi080.stdout:loop 2023-12-08T22:45:23.475 INFO:tasks.nvme_loop:Connecting nvme_loop smithi080:/dev/vg_nvme/lv_1... 2023-12-08T22:45:23.476 DEBUG:teuthology.orchestra.run.smithi080:> 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-08T22:45:23.512 INFO:teuthology.orchestra.run.smithi080.stdout:1 2023-12-08T22:45:23.545 INFO:teuthology.orchestra.run.smithi080.stdout:/dev/vg_nvme/lv_11 2023-12-08T22:45:23.584 INFO:tasks.nvme_loop:Connecting nvme_loop smithi080:/dev/vg_nvme/lv_2... 2023-12-08T22:45:23.584 DEBUG:teuthology.orchestra.run.smithi080:> 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-08T22:45:23.660 INFO:teuthology.orchestra.run.smithi080.stdout:1 2023-12-08T22:45:23.693 INFO:teuthology.orchestra.run.smithi080.stdout:/dev/vg_nvme/lv_21 2023-12-08T22:45:23.730 INFO:tasks.nvme_loop:Connecting nvme_loop smithi080:/dev/vg_nvme/lv_3... 2023-12-08T22:45:23.730 DEBUG:teuthology.orchestra.run.smithi080:> 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-08T22:45:23.809 INFO:teuthology.orchestra.run.smithi080.stdout:1 2023-12-08T22:45:23.841 INFO:teuthology.orchestra.run.smithi080.stdout:/dev/vg_nvme/lv_31 2023-12-08T22:45:23.879 INFO:tasks.nvme_loop:Connecting nvme_loop smithi080:/dev/vg_nvme/lv_4... 2023-12-08T22:45:23.879 DEBUG:teuthology.orchestra.run.smithi080:> 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-08T22:45:23.958 INFO:teuthology.orchestra.run.smithi080.stdout:1 2023-12-08T22:45:23.991 INFO:teuthology.orchestra.run.smithi080.stdout:/dev/vg_nvme/lv_41 2023-12-08T22:45:24.028 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2023-12-08T22:45:24.028 DEBUG:teuthology.orchestra.run.smithi080:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T22:45:24.086 DEBUG:teuthology.orchestra.run.smithi080:> sudo nvme list 2023-12-08T22:45:24.152 INFO:teuthology.orchestra.run.smithi080.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-08T22:45:24.152 INFO:teuthology.orchestra.run.smithi080.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-08T22:45:24.152 INFO:teuthology.orchestra.run.smithi080.stdout:/dev/nvme0n1 PHFT6204014T400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-08T22:45:24.152 INFO:teuthology.orchestra.run.smithi080.stdout:/dev/nvme1n1 3db6002bfa74700d595e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-08T22:45:24.152 INFO:teuthology.orchestra.run.smithi080.stdout:/dev/nvme2n1 e469dd210ea0de7760a5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-08T22:45:24.152 INFO:teuthology.orchestra.run.smithi080.stdout:/dev/nvme3n1 5034105b1692ee0996aa Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-08T22:45:24.152 INFO:teuthology.orchestra.run.smithi080.stdout:/dev/nvme4n1 68619a4e6310e30c3f80 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-08T22:45:24.153 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-08T22:45:24.153 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2023-12-08T22:45:24.153 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/scratch_devs 2023-12-08T22:45:24.220 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-12-08T22:45:24.220 DEBUG:teuthology.orchestra.run.smithi150:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T22:45:24.244 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-08T22:45:24.244 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_1 2023-12-08T22:45:24.305 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-08T22:45:24.305 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T22:45:24.305 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 395164 Links: 1 2023-12-08T22:45:24.305 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T22:45:24.305 INFO:teuthology.orchestra.run.smithi150.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T22:45:24.306 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2023-12-08 22:45:21.035669551 +0000 2023-12-08T22:45:24.306 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2023-12-08 22:44:14.506842203 +0000 2023-12-08T22:45:24.306 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2023-12-08 22:44:14.506842203 +0000 2023-12-08T22:45:24.306 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2023-12-08T22:45:24.306 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-08T22:45:24.375 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2023-12-08T22:45:24.375 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2023-12-08T22:45:24.375 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000283267 s, 1.8 MB/s 2023-12-08T22:45:24.376 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-08T22:45:24.438 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_2 2023-12-08T22:45:24.497 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-08T22:45:24.498 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T22:45:24.498 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 395422 Links: 1 2023-12-08T22:45:24.498 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T22:45:24.498 INFO:teuthology.orchestra.run.smithi150.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T22:45:24.498 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2023-12-08 22:45:21.035669551 +0000 2023-12-08T22:45:24.498 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2023-12-08 22:44:15.038831806 +0000 2023-12-08T22:45:24.498 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2023-12-08 22:44:15.038831806 +0000 2023-12-08T22:45:24.498 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2023-12-08T22:45:24.498 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-08T22:45:24.565 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2023-12-08T22:45:24.566 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2023-12-08T22:45:24.566 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000219087 s, 2.3 MB/s 2023-12-08T22:45:24.567 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-08T22:45:24.627 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_3 2023-12-08T22:45:24.685 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-08T22:45:24.686 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T22:45:24.686 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 395481 Links: 1 2023-12-08T22:45:24.686 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T22:45:24.686 INFO:teuthology.orchestra.run.smithi150.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T22:45:24.686 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2023-12-08 22:45:21.035669551 +0000 2023-12-08T22:45:24.686 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2023-12-08 22:44:15.535822098 +0000 2023-12-08T22:45:24.686 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2023-12-08 22:44:15.535822098 +0000 2023-12-08T22:45:24.686 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2023-12-08T22:45:24.686 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-08T22:45:24.752 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2023-12-08T22:45:24.752 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2023-12-08T22:45:24.752 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.00022501 s, 2.3 MB/s 2023-12-08T22:45:24.753 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-08T22:45:24.812 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_4 2023-12-08T22:45:24.870 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-08T22:45:24.870 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T22:45:24.870 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 397417 Links: 1 2023-12-08T22:45:24.871 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T22:45:24.871 INFO:teuthology.orchestra.run.smithi150.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T22:45:24.871 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2023-12-08 22:45:21.035669551 +0000 2023-12-08T22:45:24.871 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2023-12-08 22:44:16.095811159 +0000 2023-12-08T22:45:24.871 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2023-12-08 22:44:16.095811159 +0000 2023-12-08T22:45:24.871 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2023-12-08T22:45:24.871 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-08T22:45:24.936 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2023-12-08T22:45:24.936 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2023-12-08T22:45:24.936 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000226639 s, 2.3 MB/s 2023-12-08T22:45:24.937 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-08T22:45:24.996 DEBUG:teuthology.orchestra.run.smithi150:> 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-08T22:45:25.108 INFO:teuthology.orchestra.run.smithi150.stdout:loop 2023-12-08T22:45:25.109 INFO:tasks.nvme_loop:Connecting nvme_loop smithi150:/dev/vg_nvme/lv_1... 2023-12-08T22:45:25.109 DEBUG:teuthology.orchestra.run.smithi150:> 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-08T22:45:25.144 INFO:teuthology.orchestra.run.smithi150.stdout:1 2023-12-08T22:45:25.178 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/vg_nvme/lv_11 2023-12-08T22:45:25.216 INFO:tasks.nvme_loop:Connecting nvme_loop smithi150:/dev/vg_nvme/lv_2... 2023-12-08T22:45:25.217 DEBUG:teuthology.orchestra.run.smithi150:> 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-08T22:45:25.294 INFO:teuthology.orchestra.run.smithi150.stdout:1 2023-12-08T22:45:25.328 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/vg_nvme/lv_21 2023-12-08T22:45:25.365 INFO:tasks.nvme_loop:Connecting nvme_loop smithi150:/dev/vg_nvme/lv_3... 2023-12-08T22:45:25.365 DEBUG:teuthology.orchestra.run.smithi150:> 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-08T22:45:25.440 INFO:teuthology.orchestra.run.smithi150.stdout:1 2023-12-08T22:45:25.473 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/vg_nvme/lv_31 2023-12-08T22:45:25.510 INFO:tasks.nvme_loop:Connecting nvme_loop smithi150:/dev/vg_nvme/lv_4... 2023-12-08T22:45:25.510 DEBUG:teuthology.orchestra.run.smithi150:> 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-08T22:45:25.585 INFO:teuthology.orchestra.run.smithi150.stdout:1 2023-12-08T22:45:25.619 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/vg_nvme/lv_41 2023-12-08T22:45:25.656 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-12-08T22:45:25.656 DEBUG:teuthology.orchestra.run.smithi150:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T22:45:25.715 DEBUG:teuthology.orchestra.run.smithi150:> sudo nvme list 2023-12-08T22:45:25.780 INFO:teuthology.orchestra.run.smithi150.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-08T22:45:25.781 INFO:teuthology.orchestra.run.smithi150.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-08T22:45:25.781 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/nvme0n1 CVFT623300GX400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-08T22:45:25.781 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/nvme1n1 01ad04e9d1fec29413d8 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-08T22:45:25.781 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/nvme2n1 38a5ee8e6438ed4477a1 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-08T22:45:25.781 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/nvme3n1 560e372a4a51992dc2c8 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-08T22:45:25.781 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/nvme4n1 3758417ce9dd95b4e9ab Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-08T22:45:25.782 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-08T22:45:25.782 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-12-08T22:45:25.782 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/scratch_devs 2023-12-08T22:45:25.848 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-08T22:45:25.925 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-08T22:45:25.925 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 2023-12-08T22:45:25.926 INFO:tasks.cephadm:Cluster fsid is 7a8ac49e-961b-11ee-95a3-87774f69a715 2023-12-08T22:45:25.926 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-08T22:45:25.926 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-08T22:45:25.926 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi080': '172.21.15.80', 'mon.smithi150': '172.21.15.150'} 2023-12-08T22:45:25.926 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-08T22:45:25.926 DEBUG:teuthology.orchestra.run.smithi080:> sudo hostname $(hostname -s) 2023-12-08T22:45:25.960 DEBUG:teuthology.orchestra.run.smithi150:> sudo hostname $(hostname -s) 2023-12-08T22:45:25.987 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 451ceae11b5d4caee05e94372fe658621eefc0b1)... 2023-12-08T22:45:25.987 DEBUG:teuthology.orchestra.run.smithi080:> 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-08T22:45:26.491 INFO:teuthology.orchestra.run.smithi080.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Dec 8 22:45 /home/ubuntu/cephtest/cephadm 2023-12-08T22:45:26.492 DEBUG:teuthology.orchestra.run.smithi150:> 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-08T22:45:26.903 INFO:teuthology.orchestra.run.smithi150.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Dec 8 22:45 /home/ubuntu/cephtest/cephadm 2023-12-08T22:45:26.903 DEBUG:teuthology.orchestra.run.smithi080:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-08T22:45:26.927 DEBUG:teuthology.orchestra.run.smithi150:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-08T22:45:26.957 DEBUG:teuthology.orchestra.run.smithi080:> sudo mkdir -p /etc/ceph 2023-12-08T22:45:27.000 DEBUG:teuthology.orchestra.run.smithi150:> sudo mkdir -p /etc/ceph 2023-12-08T22:45:27.031 DEBUG:teuthology.orchestra.run.smithi080:> sudo chmod 777 /etc/ceph 2023-12-08T22:45:27.072 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod 777 /etc/ceph 2023-12-08T22:45:27.102 INFO:tasks.cephadm:Writing seed config... 2023-12-08T22:45:27.103 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-08T22:45:27.104 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-08T22:45:27.104 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-08T22:45:27.104 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-08T22:45:27.104 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-08T22:45:27.104 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-08T22:45:27.104 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-08T22:45:27.104 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-08T22:45:27.105 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2023-12-08T22:45:27.105 DEBUG:teuthology.orchestra.run.smithi080:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-08T22:45:27.134 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 = 7a8ac49e-961b-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-08T22:45:27.134 DEBUG:teuthology.orchestra.run.smithi080:mon.smithi080> sudo journalctl -f -n 0 -u ceph-7a8ac49e-961b-11ee-95a3-87774f69a715@mon.smithi080.service 2023-12-08T22:45:27.177 INFO:tasks.cephadm:Bootstrapping... 2023-12-08T22:45:27.177 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 -v bootstrap --fsid 7a8ac49e-961b-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.80 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-08T22:45:27.209 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:-- Logs begin at Fri 2023-12-08 22:36:06 UTC. -- 2023-12-08T22:45:27.489 INFO:teuthology.orchestra.run.smithi080.stderr:-------------------------------------------------------------------------------- 2023-12-08T22:45:27.489 INFO:teuthology.orchestra.run.smithi080.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1', '-v', 'bootstrap', '--fsid', '7a8ac49e-961b-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.80', '--skip-admin-label'] 2023-12-08T22:45:28.938 INFO:teuthology.orchestra.run.smithi080.stderr:/bin/podman: 4.6.1 2023-12-08T22:45:28.948 INFO:teuthology.orchestra.run.smithi080.stderr:Verifying podman|docker is present... 2023-12-08T22:45:28.971 INFO:teuthology.orchestra.run.smithi080.stderr:/bin/podman: 4.6.1 2023-12-08T22:45:28.985 INFO:teuthology.orchestra.run.smithi080.stderr:Verifying lvm2 is present... 2023-12-08T22:45:28.985 INFO:teuthology.orchestra.run.smithi080.stderr:Verifying time synchronization is in place... 2023-12-08T22:45:28.992 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-08T22:45:28.998 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: inactive 2023-12-08T22:45:29.004 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: enabled 2023-12-08T22:45:29.010 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: active 2023-12-08T22:45:29.011 INFO:teuthology.orchestra.run.smithi080.stderr:Unit chronyd.service is enabled and running 2023-12-08T22:45:29.011 INFO:teuthology.orchestra.run.smithi080.stderr:Repeating the final host check... 2023-12-08T22:45:29.031 INFO:teuthology.orchestra.run.smithi080.stderr:/bin/podman: 4.6.1 2023-12-08T22:45:29.045 INFO:teuthology.orchestra.run.smithi080.stderr:podman (/bin/podman) version 4.6.1 is present 2023-12-08T22:45:29.045 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl is present 2023-12-08T22:45:29.045 INFO:teuthology.orchestra.run.smithi080.stderr:lvcreate is present 2023-12-08T22:45:29.051 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-08T22:45:29.057 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: inactive 2023-12-08T22:45:29.063 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: enabled 2023-12-08T22:45:29.068 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: active 2023-12-08T22:45:29.069 INFO:teuthology.orchestra.run.smithi080.stderr:Unit chronyd.service is enabled and running 2023-12-08T22:45:29.069 INFO:teuthology.orchestra.run.smithi080.stderr:Host looks OK 2023-12-08T22:45:29.069 INFO:teuthology.orchestra.run.smithi080.stderr:Cluster fsid: 7a8ac49e-961b-11ee-95a3-87774f69a715 2023-12-08T22:45:29.069 INFO:teuthology.orchestra.run.smithi080.stderr:Acquiring lock 139624459092096 on /run/cephadm/7a8ac49e-961b-11ee-95a3-87774f69a715.lock 2023-12-08T22:45:29.069 INFO:teuthology.orchestra.run.smithi080.stderr:Lock 139624459092096 acquired on /run/cephadm/7a8ac49e-961b-11ee-95a3-87774f69a715.lock 2023-12-08T22:45:29.070 INFO:teuthology.orchestra.run.smithi080.stderr:Verifying IP 172.21.15.80 port 3300 ... 2023-12-08T22:45:29.070 INFO:teuthology.orchestra.run.smithi080.stderr:Verifying IP 172.21.15.80 port 6789 ... 2023-12-08T22:45:29.070 INFO:teuthology.orchestra.run.smithi080.stderr:Base mon IP(s) is [172.21.15.80:3300, 172.21.15.80:6789], mon addrv is [v2:172.21.15.80:3300,v1:172.21.15.80:6789] 2023-12-08T22:45:29.073 INFO:teuthology.orchestra.run.smithi080.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.80 metric 100 2023-12-08T22:45:29.073 INFO:teuthology.orchestra.run.smithi080.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.80 metric 100 2023-12-08T22:45:29.076 INFO:teuthology.orchestra.run.smithi080.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-08T22:45:29.076 INFO:teuthology.orchestra.run.smithi080.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-12-08T22:45:29.076 INFO:teuthology.orchestra.run.smithi080.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1799sec hoplimit 64 pref medium 2023-12-08T22:45:29.079 INFO:teuthology.orchestra.run.smithi080.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-08T22:45:29.079 INFO:teuthology.orchestra.run.smithi080.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-08T22:45:29.079 INFO:teuthology.orchestra.run.smithi080.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-08T22:45:29.079 INFO:teuthology.orchestra.run.smithi080.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-12-08T22:45:29.079 INFO:teuthology.orchestra.run.smithi080.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:cba9/64 scope link 2023-12-08T22:45:29.079 INFO:teuthology.orchestra.run.smithi080.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-08T22:45:29.080 INFO:teuthology.orchestra.run.smithi080.stderr:Mon IP `172.21.15.80` is in CIDR network `172.21.0.0/20` 2023-12-08T22:45:29.080 INFO:teuthology.orchestra.run.smithi080.stderr:Mon IP `172.21.15.80` is in CIDR network `172.21.0.0/20` 2023-12-08T22:45:29.080 INFO:teuthology.orchestra.run.smithi080.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-12-08T22:45:29.081 INFO:teuthology.orchestra.run.smithi080.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-08T22:45:29.081 INFO:teuthology.orchestra.run.smithi080.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1... 2023-12-08T22:45:29.175 INFO:teuthology.orchestra.run.smithi080.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1... 2023-12-08T22:45:29.310 INFO:teuthology.orchestra.run.smithi080.stderr:/bin/podman: Getting image source signatures 2023-12-08T22:45:29.318 INFO:teuthology.orchestra.run.smithi080.stderr:/bin/podman: Copying blob sha256:eb7ecf2ef1f5cb07b1bdc469a60d9fc5b8a61f3c896fe87f949df505a29c3e63 2023-12-08T22:45:29.318 INFO:teuthology.orchestra.run.smithi080.stderr:/bin/podman: Copying blob sha256:d3e436ac93e4b5a6d94c7ac8024df331e66e67275836276615dc044fd3cbf83a 2023-12-08T22:46:08.806 INFO:teuthology.orchestra.run.smithi080.stderr:/bin/podman: Copying config sha256:03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843 2023-12-08T22:46:08.888 INFO:teuthology.orchestra.run.smithi080.stderr:/bin/podman: Writing manifest to image destination 2023-12-08T22:46:09.141 INFO:teuthology.orchestra.run.smithi080.stderr:/bin/podman: 03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843 2023-12-08T22:46:09.658 INFO:teuthology.orchestra.run.smithi080.stderr:ceph: ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable) 2023-12-08T22:46:10.005 INFO:teuthology.orchestra.run.smithi080.stderr:Ceph version: ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable) 2023-12-08T22:46:10.005 INFO:teuthology.orchestra.run.smithi080.stderr:Extracting ceph user uid/gid from container image... 2023-12-08T22:46:10.344 INFO:teuthology.orchestra.run.smithi080.stderr:stat: 167 167 2023-12-08T22:46:10.670 INFO:teuthology.orchestra.run.smithi080.stderr:Creating initial keys... 2023-12-08T22:46:10.986 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-authtool: AQCynHNlfdLXORAAdXttd19YgD/xbmFeDmDZ8g== 2023-12-08T22:46:11.603 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-authtool: AQCznHNl4vMEIxAAWCBbPrxB4s3s7GrcRfHBUg== 2023-12-08T22:46:12.228 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-authtool: AQC0nHNl4JOrDBAAmwteJrAPQ5cwURnp8AwHzw== 2023-12-08T22:46:12.571 INFO:teuthology.orchestra.run.smithi080.stderr:Creating initial monmap... 2023-12-08T22:46:12.845 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-08T22:46:12.845 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 7a8ac49e-961b-11ee-95a3-87774f69a715 2023-12-08T22:46:12.845 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-08T22:46:13.178 INFO:teuthology.orchestra.run.smithi080.stderr:monmaptool for smithi080 [v2:172.21.15.80:3300,v1:172.21.15.80:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-08T22:46:13.178 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/monmaptool: set fsid to 7a8ac49e-961b-11ee-95a3-87774f69a715 2023-12-08T22:46:13.178 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-08T22:46:13.178 INFO:teuthology.orchestra.run.smithi080.stderr: 2023-12-08T22:46:13.178 INFO:teuthology.orchestra.run.smithi080.stderr:Creating mon... 2023-12-08T22:46:13.476 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.433+0000 7fc06424e880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-08T22:46:13.476 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.433+0000 7fc06424e880 1 imported monmap: 2023-12-08T22:46:13.476 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-08T22:46:13.476 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 2023-12-08T22:46:13.476 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: last_changed 2023-12-08T22:46:12.834525+0000 2023-12-08T22:46:13.477 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: created 2023-12-08T22:46:12.834525+0000 2023-12-08T22:46:13.477 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-12-08T22:46:13.477 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-08T22:46:13.477 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0] mon.smithi080 2023-12-08T22:46:13.477 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 2023-12-08T22:46:13.477 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.433+0000 7fc06424e880 0 /usr/bin/ceph-mon: set fsid to 7a8ac49e-961b-11ee-95a3-87774f69a715 2023-12-08T22:46:13.477 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: RocksDB version: 6.8.1 2023-12-08T22:46:13.477 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 2023-12-08T22:46:13.477 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-08T22:46:13.477 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Compile date Dec 7 2023 2023-12-08T22:46:13.477 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: DB SUMMARY 2023-12-08T22:46:13.477 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 2023-12-08T22:46:13.477 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi080/store.db dir, Total Num: 0, files: 2023-12-08T22:46:13.477 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 2023-12-08T22:46:13.478 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi080/store.db: 2023-12-08T22:46:13.478 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 2023-12-08T22:46:13.478 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.error_if_exists: 0 2023-12-08T22:46:13.478 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.create_if_missing: 1 2023-12-08T22:46:13.478 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.paranoid_checks: 1 2023-12-08T22:46:13.478 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.env: 0x55b9e6463080 2023-12-08T22:46:13.478 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.fs: Posix File System 2023-12-08T22:46:13.478 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.info_log: 0x55b9e75bb380 2023-12-08T22:46:13.478 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-08T22:46:13.478 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.statistics: (nil) 2023-12-08T22:46:13.478 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.use_fsync: 0 2023-12-08T22:46:13.478 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.max_log_file_size: 0 2023-12-08T22:46:13.478 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-08T22:46:13.479 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-08T22:46:13.479 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-08T22:46:13.479 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-08T22:46:13.479 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.allow_fallocate: 1 2023-12-08T22:46:13.479 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-08T22:46:13.479 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-08T22:46:13.479 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.use_direct_reads: 0 2023-12-08T22:46:13.479 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-08T22:46:13.479 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-08T22:46:13.479 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.db_log_dir: 2023-12-08T22:46:13.479 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi080/store.db 2023-12-08T22:46:13.479 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-08T22:46:13.480 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.max_subcompactions: 1 2023-12-08T22:46:13.480 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.max_background_flushes: -1 2023-12-08T22:46:13.480 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-08T22:46:13.480 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-08T22:46:13.480 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-08T22:46:13.480 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-08T22:46:13.480 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-08T22:46:13.480 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-08T22:46:13.480 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-08T22:46:13.480 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.write_buffer_manager: 0x55b9e75c1980 2023-12-08T22:46:13.480 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-08T22:46:13.481 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-08T22:46:13.481 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-08T22:46:13.481 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-08T22:46:13.481 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-08T22:46:13.481 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-08T22:46:13.481 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-08T22:46:13.481 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-08T22:46:13.481 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-08T22:46:13.481 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.unordered_write: 0 2023-12-08T22:46:13.482 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-08T22:46:13.482 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-08T22:46:13.482 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-08T22:46:13.482 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-08T22:46:13.482 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.row_cache: None 2023-12-08T22:46:13.482 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.wal_filter: None 2023-12-08T22:46:13.482 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-08T22:46:13.482 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-08T22:46:13.482 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.preserve_deletes: 0 2023-12-08T22:46:13.483 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.two_write_queues: 0 2023-12-08T22:46:13.483 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-08T22:46:13.483 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.atomic_flush: 0 2023-12-08T22:46:13.483 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-08T22:46:13.483 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-08T22:46:13.483 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-08T22:46:13.484 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.log_readahead_size: 0 2023-12-08T22:46:13.484 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-08T22:46:13.484 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.max_background_jobs: 2 2023-12-08T22:46:13.484 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.max_background_compactions: -1 2023-12-08T22:46:13.484 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-08T22:46:13.484 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-08T22:46:13.484 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-08T22:46:13.485 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-08T22:46:13.485 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-08T22:46:13.485 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-08T22:46:13.485 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-08T22:46:13.485 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-08T22:46:13.485 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.max_open_files: -1 2023-12-08T22:46:13.485 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-08T22:46:13.486 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-08T22:46:13.486 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-08T22:46:13.486 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-08T22:46:13.486 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Compression algorithms supported: 2023-12-08T22:46:13.486 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-08T22:46:13.486 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: kZSTD supported: 0 2023-12-08T22:46:13.486 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: kXpressCompression supported: 0 2023-12-08T22:46:13.486 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-08T22:46:13.486 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: kLZ4Compression supported: 1 2023-12-08T22:46:13.487 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: kBZip2Compression supported: 0 2023-12-08T22:46:13.487 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: kZlibCompression supported: 1 2023-12-08T22:46:13.487 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: kSnappyCompression supported: 1 2023-12-08T22:46:13.487 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.434+0000 7fc06424e880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-08T22:46:13.487 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.436+0000 7fc06424e880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-12-08T22:46:13.487 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 2023-12-08T22:46:13.488 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi080/store.db/MANIFEST-000001 2023-12-08T22:46:13.488 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 2023-12-08T22:46:13.488 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-08T22:46:13.488 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 2023-12-08T22:46:13.488 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-08T22:46:13.488 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.merge_operator: 2023-12-08T22:46:13.488 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.compaction_filter: None 2023-12-08T22:46:13.488 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-08T22:46:13.489 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-08T22:46:13.489 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-08T22:46:13.489 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b9e74d1d30) 2023-12-08T22:46:13.489 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-08T22:46:13.489 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-08T22:46:13.489 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-08T22:46:13.489 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-08T22:46:13.489 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-08T22:46:13.490 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-08T22:46:13.490 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-08T22:46:13.490 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-08T22:46:13.490 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-08T22:46:13.490 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-08T22:46:13.490 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-08T22:46:13.491 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: block_cache: 0x55b9e7506d10 2023-12-08T22:46:13.491 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-08T22:46:13.491 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-08T22:46:13.491 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-08T22:46:13.491 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-08T22:46:13.491 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-08T22:46:13.491 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-08T22:46:13.491 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-08T22:46:13.491 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-08T22:46:13.491 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-08T22:46:13.491 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-08T22:46:13.491 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-08T22:46:13.491 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-08T22:46:13.492 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-08T22:46:13.492 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-08T22:46:13.492 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-08T22:46:13.492 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-08T22:46:13.492 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-08T22:46:13.492 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-08T22:46:13.492 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-08T22:46:13.492 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: format_version: 2 2023-12-08T22:46:13.493 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-08T22:46:13.493 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-08T22:46:13.493 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 2023-12-08T22:46:13.493 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-08T22:46:13.493 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-08T22:46:13.493 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.compression: NoCompression 2023-12-08T22:46:13.493 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-08T22:46:13.493 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-08T22:46:13.493 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-08T22:46:13.493 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.num_levels: 7 2023-12-08T22:46:13.493 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-08T22:46:13.493 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-08T22:46:13.493 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-08T22:46:13.493 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-08T22:46:13.494 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-08T22:46:13.494 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-08T22:46:13.494 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-08T22:46:13.494 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-08T22:46:13.494 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-08T22:46:13.494 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-08T22:46:13.494 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-08T22:46:13.494 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-08T22:46:13.494 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-08T22:46:13.494 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-08T22:46:13.494 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-08T22:46:13.494 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-08T22:46:13.494 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-08T22:46:13.494 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-08T22:46:13.495 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-08T22:46:13.495 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-08T22:46:13.495 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-08T22:46:13.495 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-08T22:46:13.495 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-08T22:46:13.495 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-08T22:46:13.495 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-08T22:46:13.495 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-08T22:46:13.495 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-08T22:46:13.495 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-08T22:46:13.495 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-08T22:46:13.496 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-08T22:46:13.496 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-08T22:46:13.496 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-08T22:46:13.496 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-08T22:46:13.496 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-08T22:46:13.496 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-08T22:46:13.496 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-08T22:46:13.496 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-08T22:46:13.496 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-08T22:46:13.496 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-08T22:46:13.496 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-08T22:46:13.496 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-08T22:46:13.496 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-08T22:46:13.496 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-08T22:46:13.496 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-08T22:46:13.497 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-08T22:46:13.497 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-08T22:46:13.497 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-08T22:46:13.497 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.table_properties_collectors: 2023-12-08T22:46:13.497 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.inplace_update_support: 0 2023-12-08T22:46:13.497 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-08T22:46:13.497 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-08T22:46:13.497 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-08T22:46:13.497 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-08T22:46:13.497 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.bloom_locality: 0 2023-12-08T22:46:13.497 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.max_successive_merges: 0 2023-12-08T22:46:13.498 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-08T22:46:13.498 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-08T22:46:13.498 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-08T22:46:13.498 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-08T22:46:13.498 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.ttl: 2592000 2023-12-08T22:46:13.498 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-08T22:46:13.498 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi080/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-08T22:46:13.498 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 2023-12-08T22:46:13.498 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.437+0000 7fc06424e880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-08T22:46:13.498 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 2023-12-08T22:46:13.499 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.438+0000 7fc06424e880 4 rocksdb: DB pointer 0x55b9e75cf800 2023-12-08T22:46:13.499 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.438+0000 7fc04d0d5700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-08T22:46:13.499 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.438+0000 7fc04d0d5700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-08T22:46:13.499 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-08T22:46:13.499 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T22:46:13.499 INFO:teuthology.orchestra.run.smithi080.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-08T22:46:13.499 INFO:teuthology.orchestra.run.smithi080.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-08T22:46:13.499 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T22:46:13.499 INFO:teuthology.orchestra.run.smithi080.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-08T22:46:13.499 INFO:teuthology.orchestra.run.smithi080.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-08T22:46:13.499 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T22:46:13.499 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 2023-12-08T22:46:13.499 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-08T22:46:13.499 INFO:teuthology.orchestra.run.smithi080.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-08T22:46:13.499 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T22:46:13.500 INFO:teuthology.orchestra.run.smithi080.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-08T22:46:13.500 INFO:teuthology.orchestra.run.smithi080.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-08T22:46:13.500 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 2023-12-08T22:46:13.500 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-08T22:46:13.500 INFO:teuthology.orchestra.run.smithi080.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-08T22:46:13.500 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T22:46:13.500 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T22:46:13.500 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T22:46:13.500 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T22:46:13.501 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T22:46:13.501 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T22:46:13.501 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-08T22:46:13.501 INFO:teuthology.orchestra.run.smithi080.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-08T22:46:13.501 INFO:teuthology.orchestra.run.smithi080.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-08T22:46:13.501 INFO:teuthology.orchestra.run.smithi080.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-08T22:46:13.501 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 2023-12-08T22:46:13.501 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-08T22:46:13.502 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 2023-12-08T22:46:13.502 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-08T22:46:13.502 INFO:teuthology.orchestra.run.smithi080.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-08T22:46:13.502 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T22:46:13.502 INFO:teuthology.orchestra.run.smithi080.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-08T22:46:13.502 INFO:teuthology.orchestra.run.smithi080.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-08T22:46:13.502 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 2023-12-08T22:46:13.502 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-08T22:46:13.503 INFO:teuthology.orchestra.run.smithi080.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-08T22:46:13.503 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T22:46:13.503 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T22:46:13.503 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T22:46:13.503 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T22:46:13.503 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T22:46:13.503 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T22:46:13.504 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-08T22:46:13.504 INFO:teuthology.orchestra.run.smithi080.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-08T22:46:13.504 INFO:teuthology.orchestra.run.smithi080.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-08T22:46:13.504 INFO:teuthology.orchestra.run.smithi080.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-08T22:46:13.504 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 2023-12-08T22:46:13.504 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-08T22:46:13.504 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 2023-12-08T22:46:13.505 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.439+0000 7fc06424e880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-12-08T22:46:13.505 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.439+0000 7fc06424e880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-12-08T22:46:13.505 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:46:13.439+0000 7fc06424e880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi080 for mon.smithi080 2023-12-08T22:46:13.801 INFO:teuthology.orchestra.run.smithi080.stderr:create mon.smithi080 on 2023-12-08T22:46:13.905 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-08T22:46:14.000 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-7a8ac49e-961b-11ee-95a3-87774f69a715.target → /etc/systemd/system/ceph-7a8ac49e-961b-11ee-95a3-87774f69a715.target. 2023-12-08T22:46:14.000 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-7a8ac49e-961b-11ee-95a3-87774f69a715.target → /etc/systemd/system/ceph-7a8ac49e-961b-11ee-95a3-87774f69a715.target. 2023-12-08T22:46:14.203 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: Failed to reset failed state of unit ceph-7a8ac49e-961b-11ee-95a3-87774f69a715@mon.smithi080.service: Unit ceph-7a8ac49e-961b-11ee-95a3-87774f69a715@mon.smithi080.service not loaded. 2023-12-08T22:46:14.210 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: Created symlink /etc/systemd/system/ceph-7a8ac49e-961b-11ee-95a3-87774f69a715.target.wants/ceph-7a8ac49e-961b-11ee-95a3-87774f69a715@mon.smithi080.service → /etc/systemd/system/ceph-7a8ac49e-961b-11ee-95a3-87774f69a715@.service. 2023-12-08T22:46:14.690 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: disabled 2023-12-08T22:46:14.697 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: inactive 2023-12-08T22:46:14.698 INFO:teuthology.orchestra.run.smithi080.stderr:firewalld.service is not enabled 2023-12-08T22:46:14.698 INFO:teuthology.orchestra.run.smithi080.stderr:Not possible to enable service . firewalld.service is not available 2023-12-08T22:46:14.698 INFO:teuthology.orchestra.run.smithi080.stderr:Waiting for mon to start... 2023-12-08T22:46:14.698 INFO:teuthology.orchestra.run.smithi080.stderr:Waiting for mon... 2023-12-08T22:46:14.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:14 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[107677]: cluster 2023-12-08T22:46:14.684509+0000 mon.smithi080 (mon.0) 1 : cluster [INF] mon.smithi080 is new leader, mons smithi080 in quorum (ranks 0) 2023-12-08T22:46:15.175 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: cluster: 2023-12-08T22:46:15.176 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: id: 7a8ac49e-961b-11ee-95a3-87774f69a715 2023-12-08T22:46:15.176 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-08T22:46:15.176 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: 2023-12-08T22:46:15.176 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: services: 2023-12-08T22:46:15.176 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi080 (age 0.47082s) 2023-12-08T22:46:15.176 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-08T22:46:15.176 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-08T22:46:15.176 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: 2023-12-08T22:46:15.176 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: data: 2023-12-08T22:46:15.176 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-08T22:46:15.176 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-08T22:46:15.176 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-08T22:46:15.176 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: pgs: 2023-12-08T22:46:15.176 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: 2023-12-08T22:46:15.522 INFO:teuthology.orchestra.run.smithi080.stderr:mon is available 2023-12-08T22:46:15.522 INFO:teuthology.orchestra.run.smithi080.stderr:Assimilating anything we can from ceph.conf... 2023-12-08T22:46:15.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:15 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[107677]: cluster 2023-12-08T22:46:14.701355+0000 mon.smithi080 (mon.0) 2 : cluster [INF] mon.smithi080 is new leader, mons smithi080 in quorum (ranks 0) 2023-12-08T22:46:15.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:15 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[107677]: cluster 2023-12-08T22:46:14.701591+0000 mon.smithi080 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi080=[v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0]} removed_ranks: {} 2023-12-08T22:46:15.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:15 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[107677]: cluster 2023-12-08T22:46:14.704589+0000 mon.smithi080 (mon.0) 4 : cluster [DBG] fsmap 2023-12-08T22:46:15.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:15 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[107677]: cluster 2023-12-08T22:46:14.708453+0000 mon.smithi080 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-08T22:46:15.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:15 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[107677]: cluster 2023-12-08T22:46:14.709114+0000 mon.smithi080 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-08T22:46:15.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:15 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[107677]: audit 2023-12-08T22:46:15.172112+0000 mon.smithi080 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.80:0/2469232098' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-08T22:46:16.002 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: 2023-12-08T22:46:16.002 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: [global] 2023-12-08T22:46:16.002 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: fsid = 7a8ac49e-961b-11ee-95a3-87774f69a715 2023-12-08T22:46:16.003 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.80:3300,v1:172.21.15.80:6789] 2023-12-08T22:46:16.003 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-08T22:46:16.003 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-08T22:46:16.003 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-08T22:46:16.003 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-08T22:46:16.003 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: 2023-12-08T22:46:16.003 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: [mgr] 2023-12-08T22:46:16.003 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-08T22:46:16.004 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: 2023-12-08T22:46:16.004 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: [osd] 2023-12-08T22:46:16.004 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-08T22:46:16.004 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-08T22:46:16.371 INFO:teuthology.orchestra.run.smithi080.stderr:Generating new minimal ceph.conf... 2023-12-08T22:46:16.978 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[107677]: audit 2023-12-08T22:46:15.994784+0000 mon.smithi080 (mon.0) 8 : audit [INF] from='client.? 172.21.15.80:0/1171818619' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-08T22:46:16.978 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[107677]: audit 2023-12-08T22:46:15.998016+0000 mon.smithi080 (mon.0) 9 : audit [INF] from='client.? 172.21.15.80:0/1171818619' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-08T22:46:17.179 INFO:teuthology.orchestra.run.smithi080.stderr:Restarting the monitor... 2023-12-08T22:46:17.235 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:17 smithi080 systemd[1]: Stopping Ceph mon.smithi080 for 7a8ac49e-961b-11ee-95a3-87774f69a715... 2023-12-08T22:46:17.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:17 smithi080 bash[108002]: Error: no container with name or ID "ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon.smithi080" found: no such container 2023-12-08T22:46:17.659 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:17 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[107677]: debug 2023-12-08T22:46:17.391+0000 7f39a8376700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi080 -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-08T22:46:17.659 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:17 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[107677]: debug 2023-12-08T22:46:17.391+0000 7f39a8376700 -1 mon.smithi080@0(leader) e1 *** Got Signal Terminated *** 2023-12-08T22:46:17.659 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:17 smithi080 bash[108040]: ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080 2023-12-08T22:46:18.212 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:17 smithi080 systemd[1]: ceph-7a8ac49e-961b-11ee-95a3-87774f69a715@mon.smithi080.service: Succeeded. 2023-12-08T22:46:18.212 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:17 smithi080 systemd[1]: Stopped Ceph mon.smithi080 for 7a8ac49e-961b-11ee-95a3-87774f69a715. 2023-12-08T22:46:18.212 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:17 smithi080 systemd[1]: Starting Ceph mon.smithi080 for 7a8ac49e-961b-11ee-95a3-87774f69a715... 2023-12-08T22:46:18.280 INFO:teuthology.orchestra.run.smithi080.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2023-12-08T22:46:18.738 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.264+0000 7f1e4a968880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-08T22:46:18.738 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.264+0000 7f1e4a968880 0 ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable), process ceph-mon, pid 7 2023-12-08T22:46:18.738 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.264+0000 7f1e4a968880 0 pidfile_write: ignore empty --pid-file 2023-12-08T22:46:18.738 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 0 load: jerasure load: lrc load: isa 2023-12-08T22:46:18.738 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: RocksDB version: 6.8.1 2023-12-08T22:46:18.738 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 2023-12-08T22:46:18.738 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-08T22:46:18.739 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Compile date Dec 7 2023 2023-12-08T22:46:18.739 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: DB SUMMARY 2023-12-08T22:46:18.739 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 2023-12-08T22:46:18.739 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: CURRENT file: CURRENT 2023-12-08T22:46:18.739 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 2023-12-08T22:46:18.739 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-08T22:46:18.739 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 2023-12-08T22:46:18.739 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-12-08T22:46:18.739 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 2023-12-08T22:46:18.739 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi080/store.db dir, Total Num: 1, files: 000004.sst 2023-12-08T22:46:18.739 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 2023-12-08T22:46:18.739 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi080/store.db: 000006.log size: 81192 ; 2023-12-08T22:46:18.739 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 2023-12-08T22:46:18.739 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.error_if_exists: 0 2023-12-08T22:46:18.740 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.create_if_missing: 0 2023-12-08T22:46:18.740 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.paranoid_checks: 1 2023-12-08T22:46:18.740 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.env: 0x557ea91a9080 2023-12-08T22:46:18.740 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.fs: Posix File System 2023-12-08T22:46:18.740 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.info_log: 0x557eaa6c7d20 2023-12-08T22:46:18.740 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-08T22:46:18.740 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.statistics: (nil) 2023-12-08T22:46:18.740 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.use_fsync: 0 2023-12-08T22:46:18.740 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.max_log_file_size: 0 2023-12-08T22:46:18.740 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-08T22:46:18.740 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-08T22:46:18.740 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-08T22:46:18.740 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-08T22:46:18.740 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.allow_fallocate: 1 2023-12-08T22:46:18.740 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-08T22:46:18.741 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-08T22:46:18.741 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.use_direct_reads: 0 2023-12-08T22:46:18.741 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-08T22:46:18.741 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-08T22:46:18.741 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.db_log_dir: 2023-12-08T22:46:18.741 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi080/store.db 2023-12-08T22:46:18.741 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-08T22:46:18.741 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.max_subcompactions: 1 2023-12-08T22:46:18.741 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.max_background_flushes: -1 2023-12-08T22:46:18.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-08T22:46:18.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-08T22:46:18.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-08T22:46:18.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-08T22:46:18.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-08T22:46:18.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-08T22:46:18.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-08T22:46:18.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.write_buffer_manager: 0x557eab31e480 2023-12-08T22:46:18.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-08T22:46:18.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-08T22:46:18.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-08T22:46:18.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-08T22:46:18.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-08T22:46:18.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-08T22:46:18.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-08T22:46:18.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-08T22:46:18.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-08T22:46:18.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.unordered_write: 0 2023-12-08T22:46:18.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-08T22:46:18.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-08T22:46:18.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-08T22:46:18.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-08T22:46:18.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.row_cache: None 2023-12-08T22:46:18.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.wal_filter: None 2023-12-08T22:46:18.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-08T22:46:18.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-08T22:46:18.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.preserve_deletes: 0 2023-12-08T22:46:18.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.two_write_queues: 0 2023-12-08T22:46:18.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-08T22:46:18.744 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.atomic_flush: 0 2023-12-08T22:46:18.744 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-08T22:46:18.744 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-08T22:46:18.744 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-08T22:46:18.744 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.log_readahead_size: 0 2023-12-08T22:46:18.744 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-08T22:46:18.744 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.max_background_jobs: 2 2023-12-08T22:46:18.744 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.max_background_compactions: -1 2023-12-08T22:46:18.744 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-08T22:46:18.744 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-08T22:46:18.744 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-08T22:46:18.744 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-08T22:46:18.744 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-08T22:46:18.744 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-08T22:46:18.744 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-08T22:46:18.745 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-08T22:46:18.745 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.max_open_files: -1 2023-12-08T22:46:18.745 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-08T22:46:18.745 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-08T22:46:18.745 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-08T22:46:18.745 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-08T22:46:18.745 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Compression algorithms supported: 2023-12-08T22:46:18.745 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-08T22:46:18.745 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: kZSTD supported: 0 2023-12-08T22:46:18.745 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: kXpressCompression supported: 0 2023-12-08T22:46:18.745 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-08T22:46:18.745 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: kLZ4Compression supported: 1 2023-12-08T22:46:18.745 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: kBZip2Compression supported: 0 2023-12-08T22:46:18.746 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: kZlibCompression supported: 1 2023-12-08T22:46:18.746 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: kSnappyCompression supported: 1 2023-12-08T22:46:18.746 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.269+0000 7f1e4a968880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-08T22:46:18.746 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi080/store.db/MANIFEST-000005 2023-12-08T22:46:18.746 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 2023-12-08T22:46:18.746 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-08T22:46:18.746 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 2023-12-08T22:46:18.746 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-08T22:46:18.746 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.merge_operator: 2023-12-08T22:46:18.746 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.compaction_filter: None 2023-12-08T22:46:18.746 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-08T22:46:18.746 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-08T22:46:18.746 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-08T22:46:18.746 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557eaa677d28) 2023-12-08T22:46:18.747 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cache_index_and_filter_blocks: 1 2023-12-08T22:46:18.747 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-08T22:46:18.747 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-08T22:46:18.747 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: pin_top_level_index_and_filter: 1 2023-12-08T22:46:18.747 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: index_type: 0 2023-12-08T22:46:18.747 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: data_block_index_type: 0 2023-12-08T22:46:18.747 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: index_shortening: 1 2023-12-08T22:46:18.747 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: data_block_hash_table_util_ratio: 0.750000 2023-12-08T22:46:18.747 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: hash_index_allow_collision: 1 2023-12-08T22:46:18.747 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: checksum: 1 2023-12-08T22:46:18.748 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: no_block_cache: 0 2023-12-08T22:46:18.748 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: block_cache: 0x557eaa6acf10 2023-12-08T22:46:18.748 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: block_cache_name: BinnedLRUCache 2023-12-08T22:46:18.748 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: block_cache_options: 2023-12-08T22:46:18.748 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: capacity : 536870912 2023-12-08T22:46:18.748 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: num_shard_bits : 4 2023-12-08T22:46:18.748 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: strict_capacity_limit : 0 2023-12-08T22:46:18.748 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: high_pri_pool_ratio: 0.000 2023-12-08T22:46:18.748 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: block_cache_compressed: (nil) 2023-12-08T22:46:18.748 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: persistent_cache: (nil) 2023-12-08T22:46:18.748 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: block_size: 4096 2023-12-08T22:46:18.748 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: block_size_deviation: 10 2023-12-08T22:46:18.748 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: block_restart_interval: 16 2023-12-08T22:46:18.748 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: index_block_restart_interval: 1 2023-12-08T22:46:18.749 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: metadata_block_size: 4096 2023-12-08T22:46:18.749 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: partition_filters: 0 2023-12-08T22:46:18.749 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: use_delta_encoding: 1 2023-12-08T22:46:18.749 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-08T22:46:18.749 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: whole_key_filtering: 1 2023-12-08T22:46:18.749 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: verify_compression: 0 2023-12-08T22:46:18.749 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: read_amp_bytes_per_bit: 0 2023-12-08T22:46:18.749 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: format_version: 2 2023-12-08T22:46:18.749 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 bash[108160]: 3a8cc8660eb41a4dff2db97921f48a25b8ebced7322fa6e927c59bfeb20032d3 2023-12-08T22:46:18.750 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: enable_index_compression: 1 2023-12-08T22:46:18.750 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: block_align: 0 2023-12-08T22:46:18.750 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 2023-12-08T22:46:18.750 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-08T22:46:18.750 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-08T22:46:18.750 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.compression: NoCompression 2023-12-08T22:46:18.750 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-08T22:46:18.750 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-08T22:46:18.750 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-08T22:46:18.750 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.num_levels: 7 2023-12-08T22:46:18.751 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-08T22:46:18.751 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-08T22:46:18.751 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-08T22:46:18.751 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-08T22:46:18.751 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-08T22:46:18.751 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-08T22:46:18.751 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-08T22:46:18.751 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-08T22:46:18.751 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-08T22:46:18.751 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-08T22:46:18.751 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-08T22:46:18.751 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-08T22:46:18.751 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-08T22:46:18.751 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-08T22:46:18.751 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-08T22:46:18.751 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-08T22:46:18.752 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-08T22:46:18.752 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-08T22:46:18.752 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-08T22:46:18.752 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-08T22:46:18.752 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-08T22:46:18.752 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-08T22:46:18.752 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-08T22:46:18.752 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-08T22:46:18.752 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-08T22:46:18.752 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-08T22:46:18.752 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-08T22:46:18.752 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-08T22:46:18.752 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-08T22:46:18.753 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-08T22:46:18.753 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-08T22:46:18.753 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-08T22:46:18.753 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-08T22:46:18.753 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-08T22:46:18.753 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-08T22:46:18.753 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-08T22:46:18.753 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-08T22:46:18.753 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-08T22:46:18.753 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-08T22:46:18.753 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-08T22:46:18.753 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-08T22:46:18.753 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-08T22:46:18.753 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-08T22:46:18.754 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-08T22:46:18.754 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-08T22:46:18.754 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-08T22:46:18.754 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-08T22:46:18.754 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.table_properties_collectors: 2023-12-08T22:46:18.754 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.inplace_update_support: 0 2023-12-08T22:46:18.754 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-08T22:46:18.754 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-08T22:46:18.754 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-08T22:46:18.754 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-08T22:46:18.754 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.bloom_locality: 0 2023-12-08T22:46:18.754 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.max_successive_merges: 0 2023-12-08T22:46:18.754 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-08T22:46:18.754 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-08T22:46:18.754 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-08T22:46:18.755 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-08T22:46:18.755 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.ttl: 2592000 2023-12-08T22:46:18.755 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-08T22:46:18.755 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi080/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-08T22:46:18.755 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 2023-12-08T22:46:18.755 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-12-08T22:46:18.755 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 2023-12-08T22:46:18.755 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702075578271622, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-12-08T22:46:18.755 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.270+0000 7f1e4a968880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-12-08T22:46:18.755 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.271+0000 7f1e4a968880 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-08T22:46:18.755 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.271+0000 7f1e4a968880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702075578272384, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 78195, "table_properties": {"data_size": 76489, "index_size": 311, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9283, "raw_average_key_size": 47, "raw_value_size": 71059, "raw_average_value_size": 364, "num_data_blocks": 10, "num_entries": 195, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1702075578, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-08T22:46:18.755 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.271+0000 7f1e4a968880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-12-08T22:46:18.755 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 2023-12-08T22:46:18.755 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.271+0000 7f1e4a968880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702075578272745, "job": 1, "event": "recovery_finished"} 2023-12-08T22:46:18.756 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.272+0000 7f1e4a968880 4 rocksdb: DB pointer 0x557eaa775800 2023-12-08T22:46:18.756 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.272+0000 7f1e3176e700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-08T22:46:18.756 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.272+0000 7f1e3176e700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-08T22:46:18.756 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: ** DB Stats ** 2023-12-08T22:46:18.756 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T22:46:18.756 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-08T22:46:18.756 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-08T22:46:18.756 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T22:46:18.756 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-08T22:46:18.756 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-08T22:46:18.756 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T22:46:18.756 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 2023-12-08T22:46:18.756 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: ** Compaction Stats [default] ** 2023-12-08T22:46:18.756 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-08T22:46:18.756 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T22:46:18.756 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: L0 2/0 78.05 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 144.5 0.00 0.00 1 0.001 0 0 2023-12-08T22:46:18.757 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Sum 2/0 78.05 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 144.5 0.00 0.00 1 0.001 0 0 2023-12-08T22:46:18.757 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 144.5 0.00 0.00 1 0.001 0 0 2023-12-08T22:46:18.757 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 2023-12-08T22:46:18.757 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: ** Compaction Stats [default] ** 2023-12-08T22:46:18.757 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-08T22:46:18.757 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T22:46:18.757 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 144.5 0.00 0.00 1 0.001 0 0 2023-12-08T22:46:18.757 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T22:46:18.757 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T22:46:18.757 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T22:46:18.757 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T22:46:18.757 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T22:46:18.757 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T22:46:18.757 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Cumulative compaction: 0.00 GB write, 28.56 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T22:46:18.757 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Interval compaction: 0.00 GB write, 28.56 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T22:46:18.758 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-08T22:46:18.758 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 2023-12-08T22:46:18.758 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T22:46:18.758 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 2023-12-08T22:46:18.758 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: ** Compaction Stats [default] ** 2023-12-08T22:46:18.758 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-08T22:46:18.758 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T22:46:18.758 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: L0 2/0 78.05 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 144.5 0.00 0.00 1 0.001 0 0 2023-12-08T22:46:18.758 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Sum 2/0 78.05 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 144.5 0.00 0.00 1 0.001 0 0 2023-12-08T22:46:18.758 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-08T22:46:18.758 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 2023-12-08T22:46:18.758 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: ** Compaction Stats [default] ** 2023-12-08T22:46:18.759 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-08T22:46:18.759 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T22:46:18.759 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 144.5 0.00 0.00 1 0.001 0 0 2023-12-08T22:46:18.759 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T22:46:18.759 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T22:46:18.759 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T22:46:18.759 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T22:46:18.759 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T22:46:18.759 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T22:46:18.759 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Cumulative compaction: 0.00 GB write, 28.25 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T22:46:18.759 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-08T22:46:18.759 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-08T22:46:18.759 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 2023-12-08T22:46:18.759 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T22:46:18.759 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 2023-12-08T22:46:18.760 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.273+0000 7f1e4a968880 0 starting mon.smithi080 rank 0 at public addrs [v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0] at bind addrs [v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi080 fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 2023-12-08T22:46:18.760 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.274+0000 7f1e4a968880 1 mon.smithi080@-1(???) e1 preinit fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 2023-12-08T22:46:18.760 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.274+0000 7f1e4a968880 0 mon.smithi080@-1(???).mds e1 new map 2023-12-08T22:46:18.760 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.274+0000 7f1e4a968880 0 mon.smithi080@-1(???).mds e1 print_map 2023-12-08T22:46:18.760 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: e1 2023-12-08T22:46:18.760 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-08T22:46:18.760 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-08T22:46:18.760 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: legacy client fscid: -1 2023-12-08T22:46:18.760 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 2023-12-08T22:46:18.760 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: No filesystems configured 2023-12-08T22:46:18.760 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 2023-12-08T22:46:18.760 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.274+0000 7f1e4a968880 0 mon.smithi080@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-08T22:46:18.760 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.274+0000 7f1e4a968880 0 mon.smithi080@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T22:46:18.760 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.274+0000 7f1e4a968880 0 mon.smithi080@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T22:46:18.760 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.274+0000 7f1e4a968880 0 mon.smithi080@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T22:46:18.760 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:15.994784+0000 mon.smithi080 (mon.0) 8 : audit [INF] from='client.? 172.21.15.80:0/1171818619' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-08T22:46:18.761 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:15.998016+0000 mon.smithi080 (mon.0) 9 : audit [INF] from='client.? 172.21.15.80:0/1171818619' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-08T22:46:18.761 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:46:18.274+0000 7f1e4a968880 1 mon.smithi080@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-08T22:46:18.761 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 systemd[1]: Started Ceph mon.smithi080 for 7a8ac49e-961b-11ee-95a3-87774f69a715. 2023-12-08T22:46:18.761 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:46:18.291517+0000 mon.smithi080 (mon.0) 1 : cluster [INF] mon.smithi080 is new leader, mons smithi080 in quorum (ranks 0) 2023-12-08T22:46:18.761 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:46:18.291608+0000 mon.smithi080 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi080=[v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0]} removed_ranks: {} 2023-12-08T22:46:18.761 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:46:18.304437+0000 mon.smithi080 (mon.0) 3 : cluster [DBG] fsmap 2023-12-08T22:46:18.761 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:46:18.304489+0000 mon.smithi080 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-08T22:46:18.761 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:46:18.304927+0000 mon.smithi080 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-08T22:46:19.121 INFO:teuthology.orchestra.run.smithi080.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-08T22:46:19.121 INFO:teuthology.orchestra.run.smithi080.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-08T22:46:19.121 INFO:teuthology.orchestra.run.smithi080.stderr:Creating mgr... 2023-12-08T22:46:19.122 INFO:teuthology.orchestra.run.smithi080.stderr:Verifying port 9283 ... 2023-12-08T22:46:19.248 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: Failed to reset failed state of unit ceph-7a8ac49e-961b-11ee-95a3-87774f69a715@mgr.smithi080.zyybpm.service: Unit ceph-7a8ac49e-961b-11ee-95a3-87774f69a715@mgr.smithi080.zyybpm.service not loaded. 2023-12-08T22:46:19.254 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: Created symlink /etc/systemd/system/ceph-7a8ac49e-961b-11ee-95a3-87774f69a715.target.wants/ceph-7a8ac49e-961b-11ee-95a3-87774f69a715@mgr.smithi080.zyybpm.service → /etc/systemd/system/ceph-7a8ac49e-961b-11ee-95a3-87774f69a715@.service. 2023-12-08T22:46:19.764 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: disabled 2023-12-08T22:46:19.771 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: inactive 2023-12-08T22:46:19.772 INFO:teuthology.orchestra.run.smithi080.stderr:firewalld.service is not enabled 2023-12-08T22:46:19.772 INFO:teuthology.orchestra.run.smithi080.stderr:Not possible to enable service . firewalld.service is not available 2023-12-08T22:46:19.780 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: disabled 2023-12-08T22:46:19.788 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: inactive 2023-12-08T22:46:19.789 INFO:teuthology.orchestra.run.smithi080.stderr:firewalld.service is not enabled 2023-12-08T22:46:19.789 INFO:teuthology.orchestra.run.smithi080.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-08T22:46:19.789 INFO:teuthology.orchestra.run.smithi080.stderr:Waiting for mgr to start... 2023-12-08T22:46:19.789 INFO:teuthology.orchestra.run.smithi080.stderr:Waiting for mgr... 2023-12-08T22:46:20.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:19 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:18.748696+0000 mon.smithi080 (mon.0) 6 : audit [INF] from='client.? 172.21.15.80:0/3294930500' entity='client.admin' 2023-12-08T22:46:20.256 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: 2023-12-08T22:46:20.256 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: { 2023-12-08T22:46:20.256 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "fsid": "7a8ac49e-961b-11ee-95a3-87774f69a715", 2023-12-08T22:46:20.257 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "health": { 2023-12-08T22:46:20.257 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-08T22:46:20.257 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "checks": {}, 2023-12-08T22:46:20.257 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "mutes": [] 2023-12-08T22:46:20.257 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-08T22:46:20.257 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-08T22:46:20.257 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "quorum": [ 2023-12-08T22:46:20.257 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: 0 2023-12-08T22:46:20.257 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: ], 2023-12-08T22:46:20.257 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-08T22:46:20.257 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "smithi080" 2023-12-08T22:46:20.257 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: ], 2023-12-08T22:46:20.257 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-12-08T22:46:20.257 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "monmap": { 2023-12-08T22:46:20.257 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T22:46:20.258 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-08T22:46:20.258 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-08T22:46:20.258 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-08T22:46:20.258 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "osdmap": { 2023-12-08T22:46:20.258 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T22:46:20.258 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-08T22:46:20.258 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-08T22:46:20.258 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-08T22:46:20.261 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-08T22:46:20.262 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-08T22:46:20.262 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-08T22:46:20.262 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-08T22:46:20.262 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "pgmap": { 2023-12-08T22:46:20.262 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-08T22:46:20.262 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-08T22:46:20.262 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-08T22:46:20.262 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-08T22:46:20.262 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-08T22:46:20.262 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-08T22:46:20.262 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-08T22:46:20.262 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-08T22:46:20.262 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-08T22:46:20.263 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "fsmap": { 2023-12-08T22:46:20.263 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T22:46:20.263 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-08T22:46:20.263 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-08T22:46:20.263 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-08T22:46:20.263 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-08T22:46:20.263 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "available": false, 2023-12-08T22:46:20.263 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-08T22:46:20.263 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "modules": [ 2023-12-08T22:46:20.263 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "iostat", 2023-12-08T22:46:20.263 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "nfs", 2023-12-08T22:46:20.263 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "restful" 2023-12-08T22:46:20.263 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: ], 2023-12-08T22:46:20.263 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "services": {} 2023-12-08T22:46:20.263 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-08T22:46:20.263 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "servicemap": { 2023-12-08T22:46:20.264 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T22:46:20.264 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "modified": "2023-12-08T22:46:14.702798+0000", 2023-12-08T22:46:20.264 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "services": {} 2023-12-08T22:46:20.264 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-08T22:46:20.264 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-08T22:46:20.264 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: } 2023-12-08T22:46:20.595 INFO:teuthology.orchestra.run.smithi080.stderr:mgr not available, waiting (1/15)... 2023-12-08T22:46:20.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:20.251266+0000 mon.smithi080 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.80:0/2430394982' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-08T22:46:23.100 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: 2023-12-08T22:46:23.100 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: { 2023-12-08T22:46:23.100 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "fsid": "7a8ac49e-961b-11ee-95a3-87774f69a715", 2023-12-08T22:46:23.100 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "health": { 2023-12-08T22:46:23.100 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-08T22:46:23.100 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "checks": {}, 2023-12-08T22:46:23.100 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "mutes": [] 2023-12-08T22:46:23.101 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-08T22:46:23.101 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-08T22:46:23.101 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "quorum": [ 2023-12-08T22:46:23.101 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: 0 2023-12-08T22:46:23.101 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: ], 2023-12-08T22:46:23.101 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-08T22:46:23.101 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "smithi080" 2023-12-08T22:46:23.101 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: ], 2023-12-08T22:46:23.101 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-12-08T22:46:23.101 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "monmap": { 2023-12-08T22:46:23.101 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T22:46:23.101 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-08T22:46:23.101 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-08T22:46:23.102 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-08T22:46:23.102 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "osdmap": { 2023-12-08T22:46:23.102 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T22:46:23.102 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-08T22:46:23.102 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-08T22:46:23.102 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-08T22:46:23.102 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-08T22:46:23.102 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-08T22:46:23.102 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-08T22:46:23.102 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-08T22:46:23.102 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "pgmap": { 2023-12-08T22:46:23.102 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-08T22:46:23.102 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-08T22:46:23.102 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-08T22:46:23.103 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-08T22:46:23.103 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-08T22:46:23.103 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-08T22:46:23.103 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-08T22:46:23.103 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-08T22:46:23.103 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-08T22:46:23.103 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "fsmap": { 2023-12-08T22:46:23.103 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T22:46:23.103 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-08T22:46:23.103 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-08T22:46:23.103 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-08T22:46:23.103 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-08T22:46:23.103 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "available": false, 2023-12-08T22:46:23.103 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-08T22:46:23.103 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "modules": [ 2023-12-08T22:46:23.103 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "iostat", 2023-12-08T22:46:23.104 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "nfs", 2023-12-08T22:46:23.104 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "restful" 2023-12-08T22:46:23.104 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: ], 2023-12-08T22:46:23.104 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "services": {} 2023-12-08T22:46:23.104 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-08T22:46:23.104 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "servicemap": { 2023-12-08T22:46:23.104 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T22:46:23.104 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "modified": "2023-12-08T22:46:14.702798+0000", 2023-12-08T22:46:23.104 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "services": {} 2023-12-08T22:46:23.104 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-08T22:46:23.104 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-08T22:46:23.104 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: } 2023-12-08T22:46:23.422 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:23 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:23.092572+0000 mon.smithi080 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.80:0/2057293432' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-08T22:46:23.453 INFO:teuthology.orchestra.run.smithi080.stderr:mgr not available, waiting (2/15)... 2023-12-08T22:46:25.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:46:25.043773+0000 mon.smithi080 (mon.0) 9 : cluster [INF] Activating manager daemon smithi080.zyybpm 2023-12-08T22:46:25.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:46:25.046389+0000 mon.smithi080 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi080.zyybpm(active, starting, since 0.00273471s) 2023-12-08T22:46:25.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:25.047250+0000 mon.smithi080 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.80:0/3450557130' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T22:46:25.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:25.047369+0000 mon.smithi080 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.80:0/3450557130' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T22:46:25.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:25.047477+0000 mon.smithi080 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.80:0/3450557130' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T22:46:25.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:25.047587+0000 mon.smithi080 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.80:0/3450557130' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mon metadata", "id": "smithi080"}]: dispatch 2023-12-08T22:46:25.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:25.047976+0000 mon.smithi080 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.80:0/3450557130' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mgr metadata", "who": "smithi080.zyybpm", "id": "smithi080.zyybpm"}]: dispatch 2023-12-08T22:46:25.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:46:25.062378+0000 mon.smithi080 (mon.0) 16 : cluster [INF] Manager daemon smithi080.zyybpm is now available 2023-12-08T22:46:25.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:25.075953+0000 mon.smithi080 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.80:0/3450557130' entity='mgr.smithi080.zyybpm' 2023-12-08T22:46:25.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:25.077220+0000 mon.smithi080 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.80:0/3450557130' entity='mgr.smithi080.zyybpm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi080.zyybpm/mirror_snapshot_schedule"}]: dispatch 2023-12-08T22:46:25.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:25.079733+0000 mon.smithi080 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.80:0/3450557130' entity='mgr.smithi080.zyybpm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi080.zyybpm/trash_purge_schedule"}]: dispatch 2023-12-08T22:46:25.487 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:25.085433+0000 mon.smithi080 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.80:0/3450557130' entity='mgr.smithi080.zyybpm' 2023-12-08T22:46:25.487 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:25.090709+0000 mon.smithi080 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.80:0/3450557130' entity='mgr.smithi080.zyybpm' 2023-12-08T22:46:25.875 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: 2023-12-08T22:46:25.875 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: { 2023-12-08T22:46:25.875 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "fsid": "7a8ac49e-961b-11ee-95a3-87774f69a715", 2023-12-08T22:46:25.875 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "health": { 2023-12-08T22:46:25.875 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-08T22:46:25.875 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "checks": {}, 2023-12-08T22:46:25.875 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "mutes": [] 2023-12-08T22:46:25.875 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-08T22:46:25.875 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-08T22:46:25.875 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "quorum": [ 2023-12-08T22:46:25.875 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: 0 2023-12-08T22:46:25.875 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: ], 2023-12-08T22:46:25.875 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-08T22:46:25.876 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "smithi080" 2023-12-08T22:46:25.876 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: ], 2023-12-08T22:46:25.876 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-12-08T22:46:25.876 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "monmap": { 2023-12-08T22:46:25.876 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T22:46:25.876 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-08T22:46:25.876 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-08T22:46:25.876 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-08T22:46:25.876 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "osdmap": { 2023-12-08T22:46:25.876 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T22:46:25.876 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-08T22:46:25.876 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-08T22:46:25.876 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-08T22:46:25.876 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-08T22:46:25.876 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-08T22:46:25.877 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-08T22:46:25.877 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-08T22:46:25.877 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "pgmap": { 2023-12-08T22:46:25.877 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-08T22:46:25.877 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-08T22:46:25.877 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-08T22:46:25.877 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-08T22:46:25.877 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-08T22:46:25.877 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-08T22:46:25.877 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-08T22:46:25.877 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-08T22:46:25.877 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-08T22:46:25.877 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "fsmap": { 2023-12-08T22:46:25.877 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T22:46:25.877 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-08T22:46:25.877 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-08T22:46:25.878 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-08T22:46:25.878 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-08T22:46:25.878 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "available": false, 2023-12-08T22:46:25.878 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-08T22:46:25.878 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "modules": [ 2023-12-08T22:46:25.878 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "iostat", 2023-12-08T22:46:25.878 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "nfs", 2023-12-08T22:46:25.878 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "restful" 2023-12-08T22:46:25.878 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: ], 2023-12-08T22:46:25.878 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "services": {} 2023-12-08T22:46:25.878 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-08T22:46:25.878 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "servicemap": { 2023-12-08T22:46:25.878 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T22:46:25.878 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "modified": "2023-12-08T22:46:14.702798+0000", 2023-12-08T22:46:25.879 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "services": {} 2023-12-08T22:46:25.879 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-08T22:46:25.879 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-08T22:46:25.879 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: } 2023-12-08T22:46:26.210 INFO:teuthology.orchestra.run.smithi080.stderr:mgr not available, waiting (3/15)... 2023-12-08T22:46:26.235 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:25.867795+0000 mon.smithi080 (mon.0) 22 : audit [DBG] from='client.? 172.21.15.80:0/1762628311' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-08T22:46:26.235 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:46:26.048615+0000 mon.smithi080 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi080.zyybpm(active, since 1.00496s) 2023-12-08T22:46:28.378 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:28 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:46:27.099009+0000 mon.smithi080 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi080.zyybpm(active, since 2s) 2023-12-08T22:46:28.812 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: 2023-12-08T22:46:28.812 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: { 2023-12-08T22:46:28.813 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "fsid": "7a8ac49e-961b-11ee-95a3-87774f69a715", 2023-12-08T22:46:28.813 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "health": { 2023-12-08T22:46:28.813 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-08T22:46:28.813 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "checks": {}, 2023-12-08T22:46:28.813 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "mutes": [] 2023-12-08T22:46:28.813 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-08T22:46:28.813 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-08T22:46:28.813 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "quorum": [ 2023-12-08T22:46:28.813 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: 0 2023-12-08T22:46:28.813 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: ], 2023-12-08T22:46:28.813 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-08T22:46:28.813 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "smithi080" 2023-12-08T22:46:28.813 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: ], 2023-12-08T22:46:28.813 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-12-08T22:46:28.813 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "monmap": { 2023-12-08T22:46:28.814 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T22:46:28.814 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-08T22:46:28.814 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-08T22:46:28.814 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-08T22:46:28.814 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "osdmap": { 2023-12-08T22:46:28.814 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T22:46:28.814 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-08T22:46:28.814 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-08T22:46:28.814 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-08T22:46:28.814 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-08T22:46:28.814 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-08T22:46:28.814 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-08T22:46:28.814 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-08T22:46:28.814 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "pgmap": { 2023-12-08T22:46:28.815 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-08T22:46:28.815 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-08T22:46:28.815 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-08T22:46:28.815 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-08T22:46:28.815 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-08T22:46:28.815 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-08T22:46:28.815 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-08T22:46:28.815 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-08T22:46:28.815 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-08T22:46:28.815 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "fsmap": { 2023-12-08T22:46:28.815 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T22:46:28.815 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-08T22:46:28.815 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-08T22:46:28.815 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-08T22:46:28.815 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-08T22:46:28.816 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "available": true, 2023-12-08T22:46:28.816 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-08T22:46:28.816 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "modules": [ 2023-12-08T22:46:28.816 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "iostat", 2023-12-08T22:46:28.816 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "nfs", 2023-12-08T22:46:28.816 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "restful" 2023-12-08T22:46:28.816 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: ], 2023-12-08T22:46:28.816 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "services": {} 2023-12-08T22:46:28.816 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-08T22:46:28.816 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "servicemap": { 2023-12-08T22:46:28.816 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T22:46:28.816 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "modified": "2023-12-08T22:46:14.702798+0000", 2023-12-08T22:46:28.816 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "services": {} 2023-12-08T22:46:28.816 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-08T22:46:28.816 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-08T22:46:28.817 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: } 2023-12-08T22:46:29.168 INFO:teuthology.orchestra.run.smithi080.stderr:mgr is available 2023-12-08T22:46:29.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:29 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:28.800226+0000 mon.smithi080 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.80:0/760278254' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-08T22:46:29.692 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: 2023-12-08T22:46:29.692 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: [global] 2023-12-08T22:46:29.692 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: fsid = 7a8ac49e-961b-11ee-95a3-87774f69a715 2023-12-08T22:46:29.692 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-08T22:46:29.692 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-08T22:46:29.692 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-08T22:46:29.692 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-08T22:46:29.692 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: 2023-12-08T22:46:29.692 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: [mgr] 2023-12-08T22:46:29.693 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-08T22:46:29.693 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: 2023-12-08T22:46:29.693 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: [osd] 2023-12-08T22:46:29.693 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-08T22:46:29.693 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-08T22:46:30.059 INFO:teuthology.orchestra.run.smithi080.stderr:Enabling cephadm module... 2023-12-08T22:46:30.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:29.688316+0000 mon.smithi080 (mon.0) 26 : audit [INF] from='client.? 172.21.15.80:0/729054986' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-08T22:46:31.620 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:31 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:30.650394+0000 mon.smithi080 (mon.0) 27 : audit [INF] from='client.? 172.21.15.80:0/2871261256' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-08T22:46:32.247 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: { 2023-12-08T22:46:32.247 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-08T22:46:32.247 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "available": true, 2023-12-08T22:46:32.247 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "active_name": "smithi080.zyybpm", 2023-12-08T22:46:32.247 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-08T22:46:32.247 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: } 2023-12-08T22:46:32.553 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:32 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:31.288973+0000 mon.smithi080 (mon.0) 28 : audit [INF] from='client.? 172.21.15.80:0/2871261256' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-08T22:46:32.553 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:32 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:46:31.289019+0000 mon.smithi080 (mon.0) 29 : cluster [DBG] mgrmap e5: smithi080.zyybpm(active, since 6s) 2023-12-08T22:46:32.553 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:32 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:32.244241+0000 mon.smithi080 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.80:0/808497017' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-08T22:46:32.602 INFO:teuthology.orchestra.run.smithi080.stderr:Waiting for the mgr to restart... 2023-12-08T22:46:32.602 INFO:teuthology.orchestra.run.smithi080.stderr:Waiting for mgr epoch 5... 2023-12-08T22:46:36.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:46:36.606612+0000 mon.smithi080 (mon.0) 31 : cluster [INF] Active manager daemon smithi080.zyybpm restarted 2023-12-08T22:46:36.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:46:36.606862+0000 mon.smithi080 (mon.0) 32 : cluster [INF] Activating manager daemon smithi080.zyybpm 2023-12-08T22:46:36.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:46:36.609643+0000 mon.smithi080 (mon.0) 33 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-08T22:46:36.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:46:36.609747+0000 mon.smithi080 (mon.0) 34 : cluster [DBG] mgrmap e6: smithi080.zyybpm(active, starting, since 0.00298126s) 2023-12-08T22:46:36.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:36.610504+0000 mon.smithi080 (mon.0) 35 : audit [DBG] from='mgr.14118 172.21.15.80:0/959559898' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mon metadata", "id": "smithi080"}]: dispatch 2023-12-08T22:46:36.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:36.611219+0000 mon.smithi080 (mon.0) 36 : audit [DBG] from='mgr.14118 172.21.15.80:0/959559898' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mgr metadata", "who": "smithi080.zyybpm", "id": "smithi080.zyybpm"}]: dispatch 2023-12-08T22:46:36.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:36.612032+0000 mon.smithi080 (mon.0) 37 : audit [DBG] from='mgr.14118 172.21.15.80:0/959559898' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T22:46:36.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:36.612180+0000 mon.smithi080 (mon.0) 38 : audit [DBG] from='mgr.14118 172.21.15.80:0/959559898' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T22:46:36.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:36.612306+0000 mon.smithi080 (mon.0) 39 : audit [DBG] from='mgr.14118 172.21.15.80:0/959559898' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T22:46:36.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:46:36.626461+0000 mon.smithi080 (mon.0) 40 : cluster [INF] Manager daemon smithi080.zyybpm is now available 2023-12-08T22:46:36.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:36.638369+0000 mon.smithi080 (mon.0) 41 : audit [INF] from='mgr.14118 172.21.15.80:0/959559898' entity='mgr.smithi080.zyybpm' 2023-12-08T22:46:37.620 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: { 2023-12-08T22:46:37.621 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-08T22:46:37.621 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "initialized": true 2023-12-08T22:46:37.621 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: } 2023-12-08T22:46:37.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:46:36.635807+0000 mgr.smithi080.zyybpm (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-12-08T22:46:37.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:36.722361+0000 mon.smithi080 (mon.0) 42 : audit [INF] from='mgr.14118 172.21.15.80:0/959559898' entity='mgr.smithi080.zyybpm' 2023-12-08T22:46:37.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:36.723376+0000 mon.smithi080 (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.80:0/959559898' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:46:37.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:36.724560+0000 mon.smithi080 (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.80:0/959559898' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:46:37.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:36.726443+0000 mon.smithi080 (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.80:0/959559898' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:46:37.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:36.740033+0000 mon.smithi080 (mon.0) 46 : audit [INF] from='mgr.14118 172.21.15.80:0/959559898' entity='mgr.smithi080.zyybpm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi080.zyybpm/mirror_snapshot_schedule"}]: dispatch 2023-12-08T22:46:37.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:36.742379+0000 mon.smithi080 (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.80:0/959559898' entity='mgr.smithi080.zyybpm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi080.zyybpm/trash_purge_schedule"}]: dispatch 2023-12-08T22:46:37.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:46:37.612542+0000 mon.smithi080 (mon.0) 48 : cluster [DBG] mgrmap e7: smithi080.zyybpm(active, since 1.00577s) 2023-12-08T22:46:39.692 INFO:teuthology.orchestra.run.smithi080.stderr:mgr epoch 5 is available 2023-12-08T22:46:39.692 INFO:teuthology.orchestra.run.smithi080.stderr:Setting orchestrator backend to cephadm... 2023-12-08T22:46:39.695 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:39 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:37.611490+0000 mgr.smithi080.zyybpm (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-08T22:46:39.695 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:39 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:37.618158+0000 mgr.smithi080.zyybpm (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-08T22:46:40.485 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:46:39.286450+0000 mon.smithi080 (mon.0) 49 : cluster [DBG] mgrmap e8: smithi080.zyybpm(active, since 2s) 2023-12-08T22:46:42.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:40.964477+0000 mgr.smithi080.zyybpm (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-08T22:46:42.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:40.968342+0000 mon.smithi080 (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.80:0/959559898' entity='mgr.smithi080.zyybpm' 2023-12-08T22:46:42.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:41.006449+0000 mon.smithi080 (mon.0) 51 : audit [DBG] from='mgr.14118 172.21.15.80:0/959559898' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:46:44.394 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: value unchanged 2023-12-08T22:46:44.779 INFO:teuthology.orchestra.run.smithi080.stderr:Generating ssh key... 2023-12-08T22:46:45.667 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:45 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:44.391672+0000 mgr.smithi080.zyybpm (mgr.14118) 5 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:46:45.667 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:45 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:45.311109+0000 mgr.smithi080.zyybpm (mgr.14118) 6 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:46:45.667 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:45 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:46:45.311337+0000 mgr.smithi080.zyybpm (mgr.14118) 7 : cephadm [INF] Generating ssh key... 2023-12-08T22:46:45.667 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:45 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:45.371148+0000 mon.smithi080 (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.80:0/959559898' entity='mgr.smithi080.zyybpm' 2023-12-08T22:46:45.667 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:45 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:45.372909+0000 mon.smithi080 (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.80:0/959559898' entity='mgr.smithi080.zyybpm' 2023-12-08T22:46:46.239 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuiFcADUeUD1SU3edfSnaD5xxEEofBmTSt0lg9BuNHAgfKhYgw6KPLSaKi7hJidaXYsjxq3iR/ArCa2bO7A29T2qsbx0zHx/Da28rJs+eSy/q92uxOTpmZ3jQ3uqpISGEyA6JxvAhG8RUNB7jruLyt6bXw67MKpYPYneybZepekS0+GTEcJwA0ieSVJg2l4vkTkzF6Siohgstya4vLDyvzey9o7MOuE8U6rpSWKzm+ytrFfctl4axl/sbTCimm1W7HpXa2mzBjwid4L+R7OtLcaEs4FB9t3Y9XGKQ8JQynFdj4M7Yh8K79v7cTV6tyb/Nr4QiG5Nn1mnHkW0AWa3J+pw5EXgEJCKttsGJ0JnoONCnfykRUHzX5vRh35hHtUIsMcJ23D4QsXI/9w306Pm9TtuUWMkTSXRt2jim5zCnOtbfZIBZmZJ1RSL47TDC9VtfHMztEx9xKkdMyOTc2lJ076Md5I1maulgp0aSK7CTOJkYZRaSJ6jfZNhDes1tPVs0= ceph-7a8ac49e-961b-11ee-95a3-87774f69a715 2023-12-08T22:46:46.583 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:46 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:46.236844+0000 mgr.smithi080.zyybpm (mgr.14118) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:46:46.615 INFO:teuthology.orchestra.run.smithi080.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-08T22:46:46.615 INFO:teuthology.orchestra.run.smithi080.stderr:Adding key to root@localhost authorized_keys... 2023-12-08T22:46:46.615 INFO:teuthology.orchestra.run.smithi080.stderr:Adding host smithi080... 2023-12-08T22:46:47.485 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:47 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:47.140671+0000 mgr.smithi080.zyybpm (mgr.14118) 9 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi080", "addr": "172.21.15.80", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:46:47.747 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: Added host 'smithi080' with addr '172.21.15.80' 2023-12-08T22:46:48.042 INFO:teuthology.orchestra.run.smithi080.stderr:Deploying mon service with default placement... 2023-12-08T22:46:48.625 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-08T22:46:48.905 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:47.743069+0000 mon.smithi080 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.80:0/959559898' entity='mgr.smithi080.zyybpm' 2023-12-08T22:46:48.905 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:46:47.743341+0000 mgr.smithi080.zyybpm (mgr.14118) 10 : cephadm [INF] Added host smithi080 2023-12-08T22:46:48.905 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:47.786155+0000 mon.smithi080 (mon.0) 55 : audit [DBG] from='mgr.14118 172.21.15.80:0/959559898' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:46:48.905 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:48.622903+0000 mon.smithi080 (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.80:0/959559898' entity='mgr.smithi080.zyybpm' 2023-12-08T22:46:49.089 INFO:teuthology.orchestra.run.smithi080.stderr:Deploying mgr service with default placement... 2023-12-08T22:46:49.704 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-08T22:46:50.072 INFO:teuthology.orchestra.run.smithi080.stderr:Deploying crash service with default placement... 2023-12-08T22:46:50.168 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:49 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:48.619439+0000 mgr.smithi080.zyybpm (mgr.14118) 11 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:46:50.168 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:49 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:46:48.620570+0000 mgr.smithi080.zyybpm (mgr.14118) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-08T22:46:50.168 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:49 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:49.609030+0000 mon.smithi080 (mon.0) 57 : audit [INF] from='mgr.14118 172.21.15.80:0/959559898' entity='mgr.smithi080.zyybpm' 2023-12-08T22:46:50.168 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:49 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:49.701968+0000 mon.smithi080 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.80:0/959559898' entity='mgr.smithi080.zyybpm' 2023-12-08T22:46:50.642 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-08T22:46:51.096 INFO:teuthology.orchestra.run.smithi080.stderr:Deploying prometheus service with default placement... 2023-12-08T22:46:51.234 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:51 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:49.698824+0000 mgr.smithi080.zyybpm (mgr.14118) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:46:51.234 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:51 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:46:49.699700+0000 mgr.smithi080.zyybpm (mgr.14118) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-08T22:46:51.235 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:51 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:50.045771+0000 mon.smithi080 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.80:0/959559898' entity='mgr.smithi080.zyybpm' 2023-12-08T22:46:51.235 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:51 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:50.639466+0000 mon.smithi080 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.80:0/959559898' entity='mgr.smithi080.zyybpm' 2023-12-08T22:46:51.235 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:51 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:50.909699+0000 mon.smithi080 (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.80:0/959559898' entity='mgr.smithi080.zyybpm' 2023-12-08T22:46:51.662 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-08T22:46:52.271 INFO:teuthology.orchestra.run.smithi080.stderr:Deploying grafana service with default placement... 2023-12-08T22:46:52.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:50.635963+0000 mgr.smithi080.zyybpm (mgr.14118) 15 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:46:52.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:46:50.637301+0000 mgr.smithi080.zyybpm (mgr.14118) 16 : cephadm [INF] Saving service crash spec with placement * 2023-12-08T22:46:52.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:51.660299+0000 mon.smithi080 (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.80:0/959559898' entity='mgr.smithi080.zyybpm' 2023-12-08T22:46:52.793 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-08T22:46:53.179 INFO:teuthology.orchestra.run.smithi080.stderr:Deploying node-exporter service with default placement... 2023-12-08T22:46:53.181 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:53 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:51.657257+0000 mgr.smithi080.zyybpm (mgr.14118) 17 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:46:53.181 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:53 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:46:51.658132+0000 mgr.smithi080.zyybpm (mgr.14118) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-12-08T22:46:53.182 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:53 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:52.791012+0000 mon.smithi080 (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.80:0/959559898' entity='mgr.smithi080.zyybpm' 2023-12-08T22:46:53.703 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-08T22:46:54.054 INFO:teuthology.orchestra.run.smithi080.stderr:Deploying alertmanager service with default placement... 2023-12-08T22:46:54.585 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-08T22:46:54.606 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:54 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:52.788042+0000 mgr.smithi080.zyybpm (mgr.14118) 19 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:46:54.607 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:54 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:46:52.788880+0000 mgr.smithi080.zyybpm (mgr.14118) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2023-12-08T22:46:54.607 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:54 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:53.700474+0000 mon.smithi080 (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.80:0/959559898' entity='mgr.smithi080.zyybpm' 2023-12-08T22:46:55.644 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:55 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:53.697425+0000 mgr.smithi080.zyybpm (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-08T22:46:55.644 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:55 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:46:53.698285+0000 mgr.smithi080.zyybpm (mgr.14118) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2023-12-08T22:46:55.645 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:55 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:54.582933+0000 mon.smithi080 (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.80:0/959559898' entity='mgr.smithi080.zyybpm' 2023-12-08T22:46:56.673 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:56 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:54.579763+0000 mgr.smithi080.zyybpm (mgr.14118) 23 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:46:56.673 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:56 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:46:54.580589+0000 mgr.smithi080.zyybpm (mgr.14118) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-12-08T22:46:56.673 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:56 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:55.474003+0000 mon.smithi080 (mon.0) 66 : audit [INF] from='client.? 172.21.15.80:0/4121136259' entity='client.admin' 2023-12-08T22:46:56.720 INFO:teuthology.orchestra.run.smithi080.stderr:Enabling the dashboard module... 2023-12-08T22:46:57.650 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:57 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:56.358445+0000 mon.smithi080 (mon.0) 67 : audit [INF] from='client.? 172.21.15.80:0/2938269210' entity='client.admin' 2023-12-08T22:46:57.651 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:57 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:46:56.613406+0000 mgr.smithi080.zyybpm (mgr.14118) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:46:57.651 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:57 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:57.303424+0000 mon.smithi080 (mon.0) 68 : audit [INF] from='client.? 172.21.15.80:0/3486713360' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-08T22:46:58.577 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: { 2023-12-08T22:46:58.577 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-08T22:46:58.577 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "available": true, 2023-12-08T22:46:58.577 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "active_name": "smithi080.zyybpm", 2023-12-08T22:46:58.578 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-08T22:46:58.578 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: } 2023-12-08T22:46:58.914 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:58 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:57.617272+0000 mon.smithi080 (mon.0) 69 : audit [INF] from='client.? 172.21.15.80:0/3486713360' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-08T22:46:58.914 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:58 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:46:57.617328+0000 mon.smithi080 (mon.0) 70 : cluster [DBG] mgrmap e9: smithi080.zyybpm(active, since 21s) 2023-12-08T22:46:58.914 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:46:58 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:46:58.574769+0000 mon.smithi080 (mon.0) 71 : audit [DBG] from='client.? 172.21.15.80:0/2753178502' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-08T22:46:58.945 INFO:teuthology.orchestra.run.smithi080.stderr:Waiting for the mgr to restart... 2023-12-08T22:46:58.946 INFO:teuthology.orchestra.run.smithi080.stderr:Waiting for mgr epoch 9... 2023-12-08T22:47:03.235 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:02 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:47:02.938925+0000 mon.smithi080 (mon.0) 72 : cluster [INF] Active manager daemon smithi080.zyybpm restarted 2023-12-08T22:47:03.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:02 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:47:02.939142+0000 mon.smithi080 (mon.0) 73 : cluster [INF] Activating manager daemon smithi080.zyybpm 2023-12-08T22:47:03.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:02 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:47:02.941919+0000 mon.smithi080 (mon.0) 74 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-08T22:47:03.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:02 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:47:02.942030+0000 mon.smithi080 (mon.0) 75 : cluster [DBG] mgrmap e10: smithi080.zyybpm(active, starting, since 0.002976s) 2023-12-08T22:47:03.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:02 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:02.943101+0000 mon.smithi080 (mon.0) 76 : audit [DBG] from='mgr.14158 172.21.15.80:0/4243071314' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mon metadata", "id": "smithi080"}]: dispatch 2023-12-08T22:47:03.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:02 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:02.943598+0000 mon.smithi080 (mon.0) 77 : audit [DBG] from='mgr.14158 172.21.15.80:0/4243071314' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mgr metadata", "who": "smithi080.zyybpm", "id": "smithi080.zyybpm"}]: dispatch 2023-12-08T22:47:03.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:02 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:02.944308+0000 mon.smithi080 (mon.0) 78 : audit [DBG] from='mgr.14158 172.21.15.80:0/4243071314' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T22:47:03.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:02 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:02.944534+0000 mon.smithi080 (mon.0) 79 : audit [DBG] from='mgr.14158 172.21.15.80:0/4243071314' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T22:47:03.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:02 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:02.944753+0000 mon.smithi080 (mon.0) 80 : audit [DBG] from='mgr.14158 172.21.15.80:0/4243071314' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T22:47:03.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:02 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:47:02.958620+0000 mon.smithi080 (mon.0) 81 : cluster [INF] Manager daemon smithi080.zyybpm is now available 2023-12-08T22:47:03.952 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: { 2023-12-08T22:47:03.952 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-08T22:47:03.952 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "initialized": true 2023-12-08T22:47:03.953 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: } 2023-12-08T22:47:04.118 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:03 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:03.051429+0000 mon.smithi080 (mon.0) 82 : audit [DBG] from='mgr.14158 172.21.15.80:0/4243071314' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:47:04.118 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:03 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:03.052748+0000 mon.smithi080 (mon.0) 83 : audit [DBG] from='mgr.14158 172.21.15.80:0/4243071314' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:47:04.118 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:03 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:03.077382+0000 mon.smithi080 (mon.0) 84 : audit [INF] from='mgr.14158 172.21.15.80:0/4243071314' entity='mgr.smithi080.zyybpm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi080.zyybpm/mirror_snapshot_schedule"}]: dispatch 2023-12-08T22:47:04.118 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:03 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:03.081297+0000 mon.smithi080 (mon.0) 85 : audit [INF] from='mgr.14158 172.21.15.80:0/4243071314' entity='mgr.smithi080.zyybpm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi080.zyybpm/trash_purge_schedule"}]: dispatch 2023-12-08T22:47:04.118 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:03 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:47:03.944026+0000 mon.smithi080 (mon.0) 86 : cluster [DBG] mgrmap e11: smithi080.zyybpm(active, since 1.00497s) 2023-12-08T22:47:04.118 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:03 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:03.946168+0000 mon.smithi080 (mon.0) 87 : audit [INF] from='mgr.14158 172.21.15.80:0/4243071314' entity='mgr.smithi080.zyybpm' 2023-12-08T22:47:04.303 INFO:teuthology.orchestra.run.smithi080.stderr:mgr epoch 9 is available 2023-12-08T22:47:04.303 INFO:teuthology.orchestra.run.smithi080.stderr:Generating a dashboard self-signed certificate... 2023-12-08T22:47:04.955 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-08T22:47:05.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:04 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:03.943287+0000 mgr.smithi080.zyybpm (mgr.14158) 1 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-08T22:47:05.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:04 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:03.950041+0000 mgr.smithi080.zyybpm (mgr.14158) 2 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-08T22:47:05.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:04 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:04.951215+0000 mon.smithi080 (mon.0) 88 : audit [INF] from='mgr.14158 172.21.15.80:0/4243071314' entity='mgr.smithi080.zyybpm' 2023-12-08T22:47:05.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:04 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:04.953121+0000 mon.smithi080 (mon.0) 89 : audit [INF] from='mgr.14158 172.21.15.80:0/4243071314' entity='mgr.smithi080.zyybpm' 2023-12-08T22:47:05.519 INFO:teuthology.orchestra.run.smithi080.stderr:Creating initial admin user... 2023-12-08T22:47:06.249 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$naoW.RoMtvBYdRhTVyI.ROm7Mi68Pc.iMn6lgamOQmMU02S5Tit7G", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1702075626, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-08T22:47:06.271 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:05 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:04.849560+0000 mgr.smithi080.zyybpm (mgr.14158) 3 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:47:06.271 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:05 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:47:05.952943+0000 mon.smithi080 (mon.0) 90 : cluster [DBG] mgrmap e12: smithi080.zyybpm(active, since 3s) 2023-12-08T22:47:06.585 INFO:teuthology.orchestra.run.smithi080.stderr:Fetching dashboard port number... 2023-12-08T22:47:07.152 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: 8443 2023-12-08T22:47:07.462 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:06.028946+0000 mgr.smithi080.zyybpm (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-08T22:47:07.462 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:06.246515+0000 mon.smithi080 (mon.0) 91 : audit [INF] from='mgr.14158 172.21.15.80:0/4243071314' entity='mgr.smithi080.zyybpm' 2023-12-08T22:47:07.462 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:07.149741+0000 mon.smithi080 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.80:0/706441881' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-08T22:47:07.509 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: disabled 2023-12-08T22:47:07.517 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: inactive 2023-12-08T22:47:07.517 INFO:teuthology.orchestra.run.smithi080.stderr:firewalld.service is not enabled 2023-12-08T22:47:07.517 INFO:teuthology.orchestra.run.smithi080.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-08T22:47:07.520 INFO:teuthology.orchestra.run.smithi080.stderr:Ceph Dashboard is now available at: 2023-12-08T22:47:07.520 INFO:teuthology.orchestra.run.smithi080.stderr: 2023-12-08T22:47:07.520 INFO:teuthology.orchestra.run.smithi080.stderr: URL: https://smithi080.front.sepia.ceph.com:8443/ 2023-12-08T22:47:07.520 INFO:teuthology.orchestra.run.smithi080.stderr: User: admin 2023-12-08T22:47:07.520 INFO:teuthology.orchestra.run.smithi080.stderr: Password: kpdwby6cw2 2023-12-08T22:47:07.520 INFO:teuthology.orchestra.run.smithi080.stderr: 2023-12-08T22:47:07.520 INFO:teuthology.orchestra.run.smithi080.stderr:Enabling autotune for osd_memory_target 2023-12-08T22:47:09.003 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-08T22:47:09.393 INFO:teuthology.orchestra.run.smithi080.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-12-08T22:47:09.393 INFO:teuthology.orchestra.run.smithi080.stderr: 2023-12-08T22:47:09.393 INFO:teuthology.orchestra.run.smithi080.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-08T22:47:09.393 INFO:teuthology.orchestra.run.smithi080.stderr: 2023-12-08T22:47:09.394 INFO:teuthology.orchestra.run.smithi080.stderr:Or, if you are only running a single cluster on this host: 2023-12-08T22:47:09.394 INFO:teuthology.orchestra.run.smithi080.stderr: 2023-12-08T22:47:09.394 INFO:teuthology.orchestra.run.smithi080.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-12-08T22:47:09.394 INFO:teuthology.orchestra.run.smithi080.stderr: 2023-12-08T22:47:09.394 INFO:teuthology.orchestra.run.smithi080.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-08T22:47:09.394 INFO:teuthology.orchestra.run.smithi080.stderr: 2023-12-08T22:47:09.394 INFO:teuthology.orchestra.run.smithi080.stderr: ceph telemetry on 2023-12-08T22:47:09.394 INFO:teuthology.orchestra.run.smithi080.stderr: 2023-12-08T22:47:09.394 INFO:teuthology.orchestra.run.smithi080.stderr:For more information see: 2023-12-08T22:47:09.394 INFO:teuthology.orchestra.run.smithi080.stderr: 2023-12-08T22:47:09.394 INFO:teuthology.orchestra.run.smithi080.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-12-08T22:47:09.394 INFO:teuthology.orchestra.run.smithi080.stderr: 2023-12-08T22:47:09.394 INFO:teuthology.orchestra.run.smithi080.stderr:Bootstrap complete. 2023-12-08T22:47:09.432 INFO:tasks.cephadm:Fetching config... 2023-12-08T22:47:09.432 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2023-12-08T22:47:09.432 DEBUG:teuthology.orchestra.run.smithi080:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-08T22:47:09.450 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-08T22:47:09.450 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2023-12-08T22:47:09.450 DEBUG:teuthology.orchestra.run.smithi080:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-08T22:47:09.509 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-08T22:47:09.509 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2023-12-08T22:47:09.509 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/var/lib/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/mon.smithi080/keyring of=/dev/stdout 2023-12-08T22:47:09.579 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-08T22:47:09.579 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2023-12-08T22:47:09.579 DEBUG:teuthology.orchestra.run.smithi080:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-08T22:47:09.637 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-08T22:47:09.637 DEBUG:teuthology.orchestra.run.smithi080:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuiFcADUeUD1SU3edfSnaD5xxEEofBmTSt0lg9BuNHAgfKhYgw6KPLSaKi7hJidaXYsjxq3iR/ArCa2bO7A29T2qsbx0zHx/Da28rJs+eSy/q92uxOTpmZ3jQ3uqpISGEyA6JxvAhG8RUNB7jruLyt6bXw67MKpYPYneybZepekS0+GTEcJwA0ieSVJg2l4vkTkzF6Siohgstya4vLDyvzey9o7MOuE8U6rpSWKzm+ytrFfctl4axl/sbTCimm1W7HpXa2mzBjwid4L+R7OtLcaEs4FB9t3Y9XGKQ8JQynFdj4M7Yh8K79v7cTV6tyb/Nr4QiG5Nn1mnHkW0AWa3J+pw5EXgEJCKttsGJ0JnoONCnfykRUHzX5vRh35hHtUIsMcJ23D4QsXI/9w306Pm9TtuUWMkTSXRt2jim5zCnOtbfZIBZmZJ1RSL47TDC9VtfHMztEx9xKkdMyOTc2lJ076Md5I1maulgp0aSK7CTOJkYZRaSJ6jfZNhDes1tPVs0= ceph-7a8ac49e-961b-11ee-95a3-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-08T22:47:09.714 INFO:teuthology.orchestra.run.smithi080.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuiFcADUeUD1SU3edfSnaD5xxEEofBmTSt0lg9BuNHAgfKhYgw6KPLSaKi7hJidaXYsjxq3iR/ArCa2bO7A29T2qsbx0zHx/Da28rJs+eSy/q92uxOTpmZ3jQ3uqpISGEyA6JxvAhG8RUNB7jruLyt6bXw67MKpYPYneybZepekS0+GTEcJwA0ieSVJg2l4vkTkzF6Siohgstya4vLDyvzey9o7MOuE8U6rpSWKzm+ytrFfctl4axl/sbTCimm1W7HpXa2mzBjwid4L+R7OtLcaEs4FB9t3Y9XGKQ8JQynFdj4M7Yh8K79v7cTV6tyb/Nr4QiG5Nn1mnHkW0AWa3J+pw5EXgEJCKttsGJ0JnoONCnfykRUHzX5vRh35hHtUIsMcJ23D4QsXI/9w306Pm9TtuUWMkTSXRt2jim5zCnOtbfZIBZmZJ1RSL47TDC9VtfHMztEx9xKkdMyOTc2lJ076Md5I1maulgp0aSK7CTOJkYZRaSJ6jfZNhDes1tPVs0= ceph-7a8ac49e-961b-11ee-95a3-87774f69a715 2023-12-08T22:47:09.725 DEBUG:teuthology.orchestra.run.smithi150:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuiFcADUeUD1SU3edfSnaD5xxEEofBmTSt0lg9BuNHAgfKhYgw6KPLSaKi7hJidaXYsjxq3iR/ArCa2bO7A29T2qsbx0zHx/Da28rJs+eSy/q92uxOTpmZ3jQ3uqpISGEyA6JxvAhG8RUNB7jruLyt6bXw67MKpYPYneybZepekS0+GTEcJwA0ieSVJg2l4vkTkzF6Siohgstya4vLDyvzey9o7MOuE8U6rpSWKzm+ytrFfctl4axl/sbTCimm1W7HpXa2mzBjwid4L+R7OtLcaEs4FB9t3Y9XGKQ8JQynFdj4M7Yh8K79v7cTV6tyb/Nr4QiG5Nn1mnHkW0AWa3J+pw5EXgEJCKttsGJ0JnoONCnfykRUHzX5vRh35hHtUIsMcJ23D4QsXI/9w306Pm9TtuUWMkTSXRt2jim5zCnOtbfZIBZmZJ1RSL47TDC9VtfHMztEx9xKkdMyOTc2lJ076Md5I1maulgp0aSK7CTOJkYZRaSJ6jfZNhDes1tPVs0= ceph-7a8ac49e-961b-11ee-95a3-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-08T22:47:09.770 INFO:teuthology.orchestra.run.smithi150.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuiFcADUeUD1SU3edfSnaD5xxEEofBmTSt0lg9BuNHAgfKhYgw6KPLSaKi7hJidaXYsjxq3iR/ArCa2bO7A29T2qsbx0zHx/Da28rJs+eSy/q92uxOTpmZ3jQ3uqpISGEyA6JxvAhG8RUNB7jruLyt6bXw67MKpYPYneybZepekS0+GTEcJwA0ieSVJg2l4vkTkzF6Siohgstya4vLDyvzey9o7MOuE8U6rpSWKzm+ytrFfctl4axl/sbTCimm1W7HpXa2mzBjwid4L+R7OtLcaEs4FB9t3Y9XGKQ8JQynFdj4M7Yh8K79v7cTV6tyb/Nr4QiG5Nn1mnHkW0AWa3J+pw5EXgEJCKttsGJ0JnoONCnfykRUHzX5vRh35hHtUIsMcJ23D4QsXI/9w306Pm9TtuUWMkTSXRt2jim5zCnOtbfZIBZmZJ1RSL47TDC9VtfHMztEx9xKkdMyOTc2lJ076Md5I1maulgp0aSK7CTOJkYZRaSJ6jfZNhDes1tPVs0= ceph-7a8ac49e-961b-11ee-95a3-87774f69a715 2023-12-08T22:47:09.782 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-08T22:47:10.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:08.998571+0000 mon.smithi080 (mon.0) 93 : audit [INF] from='client.? 172.21.15.80:0/1554599414' entity='client.admin' 2023-12-08T22:47:10.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:47:09.289662+0000 mon.smithi080 (mon.0) 94 : cluster [DBG] mgrmap e13: smithi080.zyybpm(active, since 6s) 2023-12-08T22:47:11.746 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-08T22:47:11.747 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-08T22:47:12.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:11.168039+0000 mon.smithi080 (mon.0) 95 : audit [INF] from='mgr.14158 172.21.15.80:0/4243071314' entity='mgr.smithi080.zyybpm' 2023-12-08T22:47:12.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:11.379547+0000 mon.smithi080 (mon.0) 96 : audit [INF] from='client.? 172.21.15.80:0/2798821163' entity='client.admin' 2023-12-08T22:47:12.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:11.490090+0000 mon.smithi080 (mon.0) 97 : audit [INF] from='mgr.14158 172.21.15.80:0/4243071314' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config rm", "who": "osd/host:smithi080", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:47:12.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:11.493244+0000 mon.smithi080 (mon.0) 98 : audit [INF] from='mgr.14158 172.21.15.80:0/4243071314' entity='mgr.smithi080.zyybpm' 2023-12-08T22:47:12.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:47:11.502395+0000 mgr.smithi080.zyybpm (mgr.14158) 5 : cephadm [INF] Deploying daemon alertmanager.smithi080 on smithi080 2023-12-08T22:47:13.699 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi150 2023-12-08T22:47:13.699 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-12-08T22:47:13.699 DEBUG:teuthology.orchestra.run.smithi150:> dd of=/etc/ceph/ceph.conf 2023-12-08T22:47:13.721 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-12-08T22:47:13.721 DEBUG:teuthology.orchestra.run.smithi150:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-08T22:47:13.783 INFO:tasks.cephadm:Adding host smithi150 to orchestrator... 2023-12-08T22:47:13.783 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch host add smithi150 2023-12-08T22:47:14.485 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:14 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:13.223694+0000 mgr.smithi080.zyybpm (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-08T22:47:14.485 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:14 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:13.226082+0000 mon.smithi080 (mon.0) 99 : audit [INF] from='mgr.14158 172.21.15.80:0/4243071314' entity='mgr.smithi080.zyybpm' 2023-12-08T22:47:20.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:19.658552+0000 mon.smithi080 (mon.0) 100 : audit [INF] from='mgr.14158 172.21.15.80:0/4243071314' entity='mgr.smithi080.zyybpm' 2023-12-08T22:47:20.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:19.660041+0000 mon.smithi080 (mon.0) 101 : audit [INF] from='mgr.14158 172.21.15.80:0/4243071314' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi080", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T22:47:20.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:19.661549+0000 mon.smithi080 (mon.0) 102 : audit [INF] from='mgr.14158 172.21.15.80:0/4243071314' entity='mgr.smithi080.zyybpm' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi080", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-08T22:47:20.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:19.662062+0000 mon.smithi080 (mon.0) 103 : audit [DBG] from='mgr.14158 172.21.15.80:0/4243071314' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:47:20.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:47:19.662489+0000 mgr.smithi080.zyybpm (mgr.14158) 7 : cephadm [INF] Deploying daemon crash.smithi080 on smithi080 2023-12-08T22:47:22.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:21.294945+0000 mon.smithi080 (mon.0) 104 : audit [INF] from='mgr.14158 172.21.15.80:0/4243071314' entity='mgr.smithi080.zyybpm' 2023-12-08T22:47:22.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:21.363281+0000 mon.smithi080 (mon.0) 105 : audit [INF] from='mgr.14158 172.21.15.80:0/4243071314' entity='mgr.smithi080.zyybpm' 2023-12-08T22:47:22.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:21.365012+0000 mon.smithi080 (mon.0) 106 : audit [INF] from='mgr.14158 172.21.15.80:0/4243071314' entity='mgr.smithi080.zyybpm' 2023-12-08T22:47:22.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:21.366896+0000 mon.smithi080 (mon.0) 107 : audit [INF] from='mgr.14158 172.21.15.80:0/4243071314' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-08T22:47:22.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:21.367225+0000 mgr.smithi080.zyybpm (mgr.14158) 8 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-08T22:47:22.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:21.369501+0000 mon.smithi080 (mon.0) 108 : audit [INF] from='mgr.14158 172.21.15.80:0/4243071314' entity='mgr.smithi080.zyybpm' 2023-12-08T22:47:22.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:47:21.376624+0000 mgr.smithi080.zyybpm (mgr.14158) 9 : cephadm [INF] Deploying daemon grafana.smithi080 on smithi080 2023-12-08T22:47:24.485 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:24 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:47:22.945502+0000 mgr.smithi080.zyybpm (mgr.14158) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:47:24.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:24 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:23.077110+0000 mon.smithi080 (mon.0) 109 : audit [INF] from='mgr.14158 172.21.15.80:0/4243071314' entity='mgr.smithi080.zyybpm' 2023-12-08T22:47:26.485 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:47:24.945739+0000 mgr.smithi080.zyybpm (mgr.14158) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:47:28.485 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:28 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:47:26.946008+0000 mgr.smithi080.zyybpm (mgr.14158) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:47:30.695 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:47:28.946217+0000 mgr.smithi080.zyybpm (mgr.14158) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:47:32.383 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:32 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:47:30.946447+0000 mgr.smithi080.zyybpm (mgr.14158) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:47:32.383 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:32 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:32.144706+0000 mon.smithi080 (mon.0) 110 : audit [INF] from='mgr.14158 172.21.15.80:0/4243071314' entity='mgr.smithi080.zyybpm' 2023-12-08T22:47:33.485 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:33 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:47:32.146787+0000 mgr.smithi080.zyybpm (mgr.14158) 15 : cephadm [INF] Deploying daemon node-exporter.smithi080 on smithi080 2023-12-08T22:47:33.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:33 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:33.080427+0000 mon.smithi080 (mon.0) 111 : audit [INF] from='mgr.14158 172.21.15.80:0/4243071314' entity='mgr.smithi080.zyybpm' 2023-12-08T22:47:34.582 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:34 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:47:32.946743+0000 mgr.smithi080.zyybpm (mgr.14158) 16 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:47:35.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:34.636436+0000 mon.smithi080 (mon.0) 112 : audit [INF] from='mgr.14158 172.21.15.80:0/4243071314' entity='mgr.smithi080.zyybpm' 2023-12-08T22:47:35.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:34.638489+0000 mon.smithi080 (mon.0) 113 : audit [INF] from='mgr.14158 172.21.15.80:0/4243071314' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-08T22:47:36.979 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:35.640616+0000 mon.smithi080 (mon.0) 114 : audit [INF] from='mgr.14158 172.21.15.80:0/4243071314' entity='mgr.smithi080.zyybpm' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-08T22:47:36.979 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:47:35.640689+0000 mon.smithi080 (mon.0) 115 : cluster [DBG] mgrmap e14: smithi080.zyybpm(active, since 32s) 2023-12-08T22:47:41.223 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:47:40.946666+0000 mon.smithi080 (mon.0) 116 : cluster [INF] Active manager daemon smithi080.zyybpm restarted 2023-12-08T22:47:41.223 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:47:40.946927+0000 mon.smithi080 (mon.0) 117 : cluster [INF] Activating manager daemon smithi080.zyybpm 2023-12-08T22:47:41.223 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:47:40.949657+0000 mon.smithi080 (mon.0) 118 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-08T22:47:41.223 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:47:40.949762+0000 mon.smithi080 (mon.0) 119 : cluster [DBG] mgrmap e15: smithi080.zyybpm(active, starting, since 0.00292987s) 2023-12-08T22:47:41.223 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:40.950546+0000 mon.smithi080 (mon.0) 120 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mon metadata", "id": "smithi080"}]: dispatch 2023-12-08T22:47:41.223 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:40.951100+0000 mon.smithi080 (mon.0) 121 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mgr metadata", "who": "smithi080.zyybpm", "id": "smithi080.zyybpm"}]: dispatch 2023-12-08T22:47:41.224 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:40.951693+0000 mon.smithi080 (mon.0) 122 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T22:47:41.224 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:40.951890+0000 mon.smithi080 (mon.0) 123 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T22:47:41.224 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:40.952072+0000 mon.smithi080 (mon.0) 124 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T22:47:41.224 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:47:40.965456+0000 mon.smithi080 (mon.0) 125 : cluster [INF] Manager daemon smithi080.zyybpm is now available 2023-12-08T22:47:42.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:41.058982+0000 mon.smithi080 (mon.0) 126 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:47:42.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:41.060363+0000 mon.smithi080 (mon.0) 127 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:47:42.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:41.077626+0000 mon.smithi080 (mon.0) 128 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:47:42.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:41.093026+0000 mon.smithi080 (mon.0) 129 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi080.zyybpm/mirror_snapshot_schedule"}]: dispatch 2023-12-08T22:47:42.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:41.095790+0000 mon.smithi080 (mon.0) 130 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi080.zyybpm/trash_purge_schedule"}]: dispatch 2023-12-08T22:47:42.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:47:41.951215+0000 mon.smithi080 (mon.0) 131 : cluster [DBG] mgrmap e16: smithi080.zyybpm(active, since 1.00438s) 2023-12-08T22:47:42.591 INFO:teuthology.orchestra.run.smithi150.stdout:Added host 'smithi150' with addr '172.21.15.150' 2023-12-08T22:47:42.930 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch host ls --format=json 2023-12-08T22:47:43.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:42.586818+0000 mon.smithi080 (mon.0) 132 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:47:43.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:47:42.587110+0000 mgr.smithi080.zyybpm (mgr.14182) 2 : cephadm [INF] Added host smithi150 2023-12-08T22:47:43.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:43.305361+0000 mon.smithi080 (mon.0) 133 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:47:43.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:43.583227+0000 mon.smithi080 (mon.0) 134 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config rm", "who": "osd/host:smithi080", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:47:43.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:43.584023+0000 mon.smithi080 (mon.0) 135 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:47:43.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:43.584532+0000 mon.smithi080 (mon.0) 136 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T22:47:44.253 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-08T22:47:44.253 INFO:teuthology.orchestra.run.smithi150.stdout:[{"addr": "172.21.15.80", "hostname": "smithi080", "labels": [], "status": ""}, {"addr": "172.21.15.150", "hostname": "smithi150", "labels": [], "status": ""}] 2023-12-08T22:47:44.613 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-08T22:47:44.613 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph osd crush tunables default 2023-12-08T22:47:44.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:47:43.585517+0000 mgr.smithi080.zyybpm (mgr.14182) 3 : cephadm [INF] Updating smithi080:/etc/ceph/ceph.conf 2023-12-08T22:47:44.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:47:43.593041+0000 mon.smithi080 (mon.0) 137 : cluster [DBG] mgrmap e17: smithi080.zyybpm(active, since 2s) 2023-12-08T22:47:44.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:47:43.604451+0000 mgr.smithi080.zyybpm (mgr.14182) 4 : cephadm [INF] Updating smithi080:/etc/ceph/ceph.client.admin.keyring 2023-12-08T22:47:44.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:43.632422+0000 mon.smithi080 (mon.0) 138 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:47:44.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:43.634624+0000 mon.smithi080 (mon.0) 139 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:47:44.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:47:43.646379+0000 mgr.smithi080.zyybpm (mgr.14182) 5 : cephadm [INF] Deploying daemon prometheus.smithi080 on smithi080 2023-12-08T22:47:45.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:45 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:44.250157+0000 mgr.smithi080.zyybpm (mgr.14182) 6 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:47:49.746 INFO:teuthology.orchestra.run.smithi080.stderr:adjusted tunables profile to default 2023-12-08T22:47:50.061 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:49 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:49.686190+0000 mon.smithi080 (mon.0) 140 : audit [INF] from='client.? 172.21.15.80:0/817861295' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-08T22:47:50.156 INFO:tasks.cephadm:Adding mon.smithi080 on smithi080 2023-12-08T22:47:50.156 INFO:tasks.cephadm:Adding mon.smithi150 on smithi150 2023-12-08T22:47:50.156 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch apply mon '2;smithi080:172.21.15.80=smithi080;smithi150:172.21.15.150=smithi150' 2023-12-08T22:47:51.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:50 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:49.740987+0000 mon.smithi080 (mon.0) 141 : audit [INF] from='client.? 172.21.15.80:0/817861295' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-08T22:47:51.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:50 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:47:49.741037+0000 mon.smithi080 (mon.0) 142 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-08T22:47:51.446 INFO:teuthology.orchestra.run.smithi150.stdout:Scheduled mon update... 2023-12-08T22:47:51.850 DEBUG:teuthology.orchestra.run.smithi150:mon.smithi150> sudo journalctl -f -n 0 -u ceph-7a8ac49e-961b-11ee-95a3-87774f69a715@mon.smithi150.service 2023-12-08T22:47:51.852 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T22:47:51.852 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T22:47:51.880 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:-- Logs begin at Fri 2023-12-08 22:36:21 UTC. -- 2023-12-08T22:47:52.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:51.439566+0000 mgr.smithi080.zyybpm (mgr.14182) 7 : audit [DBG] from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi080:172.21.15.80=smithi080;smithi150:172.21.15.150=smithi150", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:47:52.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:47:51.441393+0000 mgr.smithi080.zyybpm (mgr.14182) 8 : cephadm [INF] Saving service mon spec with placement smithi080:172.21.15.80=smithi080;smithi150:172.21.15.150=smithi150;count:2 2023-12-08T22:47:52.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:51.443868+0000 mon.smithi080 (mon.0) 143 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:47:52.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:52.020660+0000 mon.smithi080 (mon.0) 144 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:47:52.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:52.021641+0000 mon.smithi080 (mon.0) 145 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:47:53.249 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-08T22:47:53.249 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":1,"fsid":"7a8ac49e-961b-11ee-95a3-87774f69a715","modified":"2023-12-08T22:46:12.834525Z","created":"2023-12-08T22:46:12.834525Z","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":"smithi080","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:3300","nonce":0},{"type":"v1","addr":"172.21.15.80:6789","nonce":0}]},"addr":"172.21.15.80:6789/0","public_addr":"172.21.15.80:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T22:47:53.251 INFO:teuthology.orchestra.run.smithi150.stderr:dumped monmap epoch 1 2023-12-08T22:47:53.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:53 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:52.455049+0000 mon.smithi080 (mon.0) 146 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:47:53.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:53 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:52.739668+0000 mon.smithi080 (mon.0) 147 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:47:53.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:53 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:53.246762+0000 mon.smithi080 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.150:0/3095556066' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T22:47:54.868 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T22:47:54.868 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T22:47:55.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:55 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:54.480123+0000 mon.smithi080 (mon.0) 149 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:47:56.815 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-08T22:47:56.815 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":1,"fsid":"7a8ac49e-961b-11ee-95a3-87774f69a715","modified":"2023-12-08T22:46:12.834525Z","created":"2023-12-08T22:46:12.834525Z","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":"smithi080","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:3300","nonce":0},{"type":"v1","addr":"172.21.15.80:6789","nonce":0}]},"addr":"172.21.15.80:6789/0","public_addr":"172.21.15.80:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T22:47:56.817 INFO:teuthology.orchestra.run.smithi150.stderr:dumped monmap epoch 1 2023-12-08T22:47:56.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:56 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:55.724516+0000 mon.smithi080 (mon.0) 150 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:47:56.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:56 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:56.079389+0000 mon.smithi080 (mon.0) 151 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:47:56.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:56 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:56.131475+0000 mon.smithi080 (mon.0) 152 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:47:56.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:56 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:56.132414+0000 mon.smithi080 (mon.0) 153 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:47:56.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:56 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:56.133358+0000 mon.smithi080 (mon.0) 154 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:47:56.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:56 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:56.134073+0000 mon.smithi080 (mon.0) 155 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T22:47:56.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:56 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:47:56.135220+0000 mgr.smithi080.zyybpm (mgr.14182) 9 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2023-12-08T22:47:56.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:56 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:47:56.165622+0000 mgr.smithi080.zyybpm (mgr.14182) 10 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.client.admin.keyring 2023-12-08T22:47:56.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:56 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:56.202153+0000 mon.smithi080 (mon.0) 156 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:47:56.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:56 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:56.205521+0000 mon.smithi080 (mon.0) 157 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:47:56.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:56 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:56.207124+0000 mon.smithi080 (mon.0) 158 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi150", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T22:47:56.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:56 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:56.209050+0000 mon.smithi080 (mon.0) 159 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi150", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-08T22:47:56.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:56 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:56.209820+0000 mon.smithi080 (mon.0) 160 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:47:56.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:56 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:47:56.210496+0000 mgr.smithi080.zyybpm (mgr.14182) 11 : cephadm [INF] Deploying daemon crash.smithi150 on smithi150 2023-12-08T22:47:57.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:57 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:56.813196+0000 mon.smithi080 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.150:0/2591667952' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T22:47:58.286 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T22:47:58.286 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T22:47:59.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:59 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:58.202840+0000 mon.smithi080 (mon.0) 162 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:47:59.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:59 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:58.204934+0000 mon.smithi080 (mon.0) 163 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi150.ontdak", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T22:47:59.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:59 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:58.206904+0000 mon.smithi080 (mon.0) 164 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi150.ontdak", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-08T22:47:59.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:59 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:58.207686+0000 mon.smithi080 (mon.0) 165 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T22:47:59.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:59 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:47:58.208614+0000 mon.smithi080 (mon.0) 166 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:47:59.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:47:59 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:47:58.209277+0000 mgr.smithi080.zyybpm (mgr.14182) 12 : cephadm [INF] Deploying daemon mgr.smithi150.ontdak on smithi150 2023-12-08T22:48:00.074 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-08T22:48:00.075 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":1,"fsid":"7a8ac49e-961b-11ee-95a3-87774f69a715","modified":"2023-12-08T22:46:12.834525Z","created":"2023-12-08T22:46:12.834525Z","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":"smithi080","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:3300","nonce":0},{"type":"v1","addr":"172.21.15.80:6789","nonce":0}]},"addr":"172.21.15.80:6789/0","public_addr":"172.21.15.80:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T22:48:00.076 INFO:teuthology.orchestra.run.smithi150.stderr:dumped monmap epoch 1 2023-12-08T22:48:00.485 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:00 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:00.071620+0000 mon.smithi080 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.150:0/3153811124' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T22:48:00.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:00 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:00.183616+0000 mon.smithi080 (mon.0) 168 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:00.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:00 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:00.185663+0000 mon.smithi080 (mon.0) 169 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T22:48:00.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:00 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:00.186398+0000 mon.smithi080 (mon.0) 170 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:48:01.467 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T22:48:01.467 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T22:48:01.485 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:01 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:48:00.187041+0000 mgr.smithi080.zyybpm (mgr.14182) 13 : cephadm [INF] Deploying daemon mon.smithi150 on smithi150 2023-12-08T22:48:01.485 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:01 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:01.082932+0000 mon.smithi080 (mon.0) 171 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:02.485 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:02 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:00.953143+0000 mgr.smithi080.zyybpm (mgr.14182) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:04.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:04 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:02.953557+0000 mgr.smithi080.zyybpm (mgr.14182) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:06.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:04.953992+0000 mgr.smithi080.zyybpm (mgr.14182) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:06.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:05.519649+0000 mon.smithi080 (mon.0) 172 : cluster [DBG] Standby manager daemon smithi150.ontdak started 2023-12-08T22:48:06.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:05.521633+0000 mon.smithi080 (mon.0) 173 : audit [DBG] from='mgr.? 172.21.15.150:0/1427507803' entity='mgr.smithi150.ontdak' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi150.ontdak/crt"}]: dispatch 2023-12-08T22:48:06.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:05.522013+0000 mon.smithi080 (mon.0) 174 : audit [DBG] from='mgr.? 172.21.15.150:0/1427507803' entity='mgr.smithi150.ontdak' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T22:48:06.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:05.524001+0000 mon.smithi080 (mon.0) 175 : audit [DBG] from='mgr.? 172.21.15.150:0/1427507803' entity='mgr.smithi150.ontdak' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi150.ontdak/key"}]: dispatch 2023-12-08T22:48:06.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:05.524757+0000 mon.smithi080 (mon.0) 176 : audit [DBG] from='mgr.? 172.21.15.150:0/1427507803' entity='mgr.smithi150.ontdak' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T22:48:07.015 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:06 smithi150 systemd[1]: Starting Ceph mon.smithi150 for 7a8ac49e-961b-11ee-95a3-87774f69a715... 2023-12-08T22:48:07.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:06.305862+0000 mon.smithi080 (mon.0) 177 : cluster [DBG] mgrmap e18: smithi080.zyybpm(active, since 25s), standbys: smithi150.ontdak 2023-12-08T22:48:07.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:06.306012+0000 mon.smithi080 (mon.0) 178 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mgr metadata", "who": "smithi150.ontdak", "id": "smithi150.ontdak"}]: dispatch 2023-12-08T22:48:08.350 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-08T22:48:08.350 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":1,"fsid":"7a8ac49e-961b-11ee-95a3-87774f69a715","modified":"2023-12-08T22:46:12.834525Z","created":"2023-12-08T22:46:12.834525Z","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":"smithi080","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:3300","nonce":0},{"type":"v1","addr":"172.21.15.80:6789","nonce":0}]},"addr":"172.21.15.80:6789/0","public_addr":"172.21.15.80:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T22:48:08.352 INFO:teuthology.orchestra.run.smithi150.stderr:dumped monmap epoch 1 2023-12-08T22:48:08.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:06.954297+0000 mgr.smithi080.zyybpm (mgr.14182) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:08.766 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.562+0000 7f69e2e46880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-08T22:48:08.766 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.562+0000 7f69e2e46880 0 ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable), process ceph-mon, pid 7 2023-12-08T22:48:08.766 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.562+0000 7f69e2e46880 0 pidfile_write: ignore empty --pid-file 2023-12-08T22:48:08.766 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.567+0000 7f69e2e46880 0 load: jerasure load: lrc load: isa 2023-12-08T22:48:08.766 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: RocksDB version: 6.8.1 2023-12-08T22:48:08.767 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 2023-12-08T22:48:08.767 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-08T22:48:08.767 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Compile date Dec 7 2023 2023-12-08T22:48:08.767 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: DB SUMMARY 2023-12-08T22:48:08.767 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 2023-12-08T22:48:08.767 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: CURRENT file: CURRENT 2023-12-08T22:48:08.767 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 2023-12-08T22:48:08.767 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-08T22:48:08.767 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 2023-12-08T22:48:08.767 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-12-08T22:48:08.767 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 2023-12-08T22:48:08.767 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi150/store.db dir, Total Num: 0, files: 2023-12-08T22:48:08.767 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 2023-12-08T22:48:08.767 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi150/store.db: 000003.log size: 511 ; 2023-12-08T22:48:08.767 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 2023-12-08T22:48:08.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.error_if_exists: 0 2023-12-08T22:48:08.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.create_if_missing: 0 2023-12-08T22:48:08.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.paranoid_checks: 1 2023-12-08T22:48:08.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.env: 0x562617c08080 2023-12-08T22:48:08.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.fs: Posix File System 2023-12-08T22:48:08.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.info_log: 0x56261981bd20 2023-12-08T22:48:08.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-08T22:48:08.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.statistics: (nil) 2023-12-08T22:48:08.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.use_fsync: 0 2023-12-08T22:48:08.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.max_log_file_size: 0 2023-12-08T22:48:08.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-08T22:48:08.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-08T22:48:08.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-08T22:48:08.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-08T22:48:08.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.allow_fallocate: 1 2023-12-08T22:48:08.769 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-08T22:48:08.769 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-08T22:48:08.769 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.use_direct_reads: 0 2023-12-08T22:48:08.769 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-08T22:48:08.769 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-08T22:48:08.769 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.db_log_dir: 2023-12-08T22:48:08.769 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi150/store.db 2023-12-08T22:48:08.769 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-08T22:48:08.769 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.max_subcompactions: 1 2023-12-08T22:48:08.769 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.max_background_flushes: -1 2023-12-08T22:48:08.769 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-08T22:48:08.769 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-08T22:48:08.769 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-08T22:48:08.769 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-08T22:48:08.769 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-08T22:48:08.770 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-08T22:48:08.770 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-08T22:48:08.770 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.write_buffer_manager: 0x56261a472480 2023-12-08T22:48:08.770 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-08T22:48:08.770 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-08T22:48:08.770 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-08T22:48:08.770 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-08T22:48:08.770 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-08T22:48:08.770 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-08T22:48:08.771 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-08T22:48:08.771 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-08T22:48:08.771 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-08T22:48:08.771 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.unordered_write: 0 2023-12-08T22:48:08.771 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-08T22:48:08.771 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-08T22:48:08.771 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-08T22:48:08.771 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-08T22:48:08.771 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.row_cache: None 2023-12-08T22:48:08.771 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.wal_filter: None 2023-12-08T22:48:08.771 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-08T22:48:08.771 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-08T22:48:08.772 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.preserve_deletes: 0 2023-12-08T22:48:08.772 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.two_write_queues: 0 2023-12-08T22:48:08.772 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-08T22:48:08.772 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.atomic_flush: 0 2023-12-08T22:48:08.772 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-08T22:48:08.772 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-08T22:48:08.772 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-08T22:48:08.772 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.log_readahead_size: 0 2023-12-08T22:48:08.772 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-08T22:48:08.772 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.max_background_jobs: 2 2023-12-08T22:48:08.772 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.max_background_compactions: -1 2023-12-08T22:48:08.772 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-08T22:48:08.772 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-08T22:48:08.772 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-08T22:48:08.772 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-08T22:48:08.773 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-08T22:48:08.773 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-08T22:48:08.773 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-08T22:48:08.773 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-08T22:48:08.773 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.max_open_files: -1 2023-12-08T22:48:08.773 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-08T22:48:08.773 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-08T22:48:08.773 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-08T22:48:08.773 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-08T22:48:08.773 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Compression algorithms supported: 2023-12-08T22:48:08.773 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-08T22:48:08.773 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: kZSTD supported: 0 2023-12-08T22:48:08.773 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: kXpressCompression supported: 0 2023-12-08T22:48:08.773 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-08T22:48:08.773 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: kLZ4Compression supported: 1 2023-12-08T22:48:08.773 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: kBZip2Compression supported: 0 2023-12-08T22:48:08.773 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: kZlibCompression supported: 1 2023-12-08T22:48:08.774 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: kSnappyCompression supported: 1 2023-12-08T22:48:08.774 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-08T22:48:08.774 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi150/store.db/MANIFEST-000001 2023-12-08T22:48:08.774 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 2023-12-08T22:48:08.774 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-08T22:48:08.774 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 2023-12-08T22:48:08.774 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-08T22:48:08.774 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.merge_operator: 2023-12-08T22:48:08.774 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.compaction_filter: None 2023-12-08T22:48:08.774 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-08T22:48:08.774 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-08T22:48:08.774 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-08T22:48:08.774 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5626197cbd28) 2023-12-08T22:48:08.775 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cache_index_and_filter_blocks: 1 2023-12-08T22:48:08.775 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-08T22:48:08.775 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-08T22:48:08.775 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: pin_top_level_index_and_filter: 1 2023-12-08T22:48:08.775 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: index_type: 0 2023-12-08T22:48:08.775 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: data_block_index_type: 0 2023-12-08T22:48:08.775 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: index_shortening: 1 2023-12-08T22:48:08.775 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: data_block_hash_table_util_ratio: 0.750000 2023-12-08T22:48:08.775 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: hash_index_allow_collision: 1 2023-12-08T22:48:08.775 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: checksum: 1 2023-12-08T22:48:08.775 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: no_block_cache: 0 2023-12-08T22:48:08.775 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: block_cache: 0x562619800f10 2023-12-08T22:48:08.775 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: block_cache_name: BinnedLRUCache 2023-12-08T22:48:08.775 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: block_cache_options: 2023-12-08T22:48:08.775 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: capacity : 536870912 2023-12-08T22:48:08.776 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: num_shard_bits : 4 2023-12-08T22:48:08.776 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: strict_capacity_limit : 0 2023-12-08T22:48:08.776 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: high_pri_pool_ratio: 0.000 2023-12-08T22:48:08.776 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: block_cache_compressed: (nil) 2023-12-08T22:48:08.776 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: persistent_cache: (nil) 2023-12-08T22:48:08.776 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: block_size: 4096 2023-12-08T22:48:08.776 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: block_size_deviation: 10 2023-12-08T22:48:08.776 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: block_restart_interval: 16 2023-12-08T22:48:08.776 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: index_block_restart_interval: 1 2023-12-08T22:48:08.776 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: metadata_block_size: 4096 2023-12-08T22:48:08.776 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: partition_filters: 0 2023-12-08T22:48:08.776 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: use_delta_encoding: 1 2023-12-08T22:48:08.776 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-08T22:48:08.776 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: whole_key_filtering: 1 2023-12-08T22:48:08.776 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: verify_compression: 0 2023-12-08T22:48:08.777 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: read_amp_bytes_per_bit: 0 2023-12-08T22:48:08.777 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: format_version: 2 2023-12-08T22:48:08.777 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: enable_index_compression: 1 2023-12-08T22:48:08.777 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: block_align: 0 2023-12-08T22:48:08.777 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 2023-12-08T22:48:08.777 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-08T22:48:08.777 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-08T22:48:08.777 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.compression: NoCompression 2023-12-08T22:48:08.777 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-08T22:48:08.777 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-08T22:48:08.777 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-08T22:48:08.777 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.num_levels: 7 2023-12-08T22:48:08.777 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-08T22:48:08.777 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-08T22:48:08.778 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-08T22:48:08.779 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-08T22:48:08.779 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-08T22:48:08.779 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-08T22:48:08.779 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-08T22:48:08.779 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-08T22:48:08.779 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-08T22:48:08.779 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-08T22:48:08.779 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-08T22:48:08.779 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-08T22:48:08.779 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-08T22:48:08.779 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-08T22:48:08.780 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-08T22:48:08.780 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-08T22:48:08.780 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-08T22:48:08.780 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-08T22:48:08.780 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-08T22:48:08.780 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-08T22:48:08.780 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-08T22:48:08.780 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-08T22:48:08.780 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-08T22:48:08.780 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-08T22:48:08.780 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-08T22:48:08.780 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-08T22:48:08.780 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-08T22:48:08.780 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-08T22:48:08.780 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-08T22:48:08.781 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-08T22:48:08.781 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-08T22:48:08.781 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-08T22:48:08.781 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-08T22:48:08.781 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-08T22:48:08.781 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-08T22:48:08.781 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-08T22:48:08.781 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-08T22:48:08.781 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-08T22:48:08.781 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-08T22:48:08.781 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-08T22:48:08.781 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-08T22:48:08.781 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-08T22:48:08.781 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-08T22:48:08.782 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-08T22:48:08.782 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-08T22:48:08.782 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-08T22:48:08.782 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-08T22:48:08.782 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.table_properties_collectors: 2023-12-08T22:48:08.782 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.inplace_update_support: 0 2023-12-08T22:48:08.782 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-08T22:48:08.782 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-08T22:48:08.782 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-08T22:48:08.782 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-08T22:48:08.782 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.bloom_locality: 0 2023-12-08T22:48:08.782 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.max_successive_merges: 0 2023-12-08T22:48:08.782 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-08T22:48:08.782 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-08T22:48:08.782 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-08T22:48:08.783 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-08T22:48:08.783 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.ttl: 2592000 2023-12-08T22:48:08.783 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.568+0000 7f69e2e46880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-08T22:48:08.783 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.569+0000 7f69e2e46880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi150/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-08T22:48:08.783 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 2023-12-08T22:48:08.783 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.569+0000 7f69e2e46880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-08T22:48:08.783 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 2023-12-08T22:48:08.783 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.569+0000 7f69e2e46880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702075688569806, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-12-08T22:48:08.783 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.569+0000 7f69e2e46880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2023-12-08T22:48:08.783 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.569+0000 7f69e2e46880 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-08T22:48:08.783 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.569+0000 7f69e2e46880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702075688570277, "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": 1702075688, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-08T22:48:08.783 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.569+0000 7f69e2e46880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2023-12-08T22:48:08.783 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 2023-12-08T22:48:08.783 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.570+0000 7f69e2e46880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702075688570673, "job": 1, "event": "recovery_finished"} 2023-12-08T22:48:08.783 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.570+0000 7f69e2e46880 4 rocksdb: DB pointer 0x5626198c9800 2023-12-08T22:48:08.784 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.570+0000 7f69c9c4c700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-08T22:48:08.784 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.570+0000 7f69c9c4c700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-08T22:48:08.784 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: ** DB Stats ** 2023-12-08T22:48:08.784 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T22:48:08.784 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-08T22:48:08.784 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-08T22:48:08.784 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T22:48:08.784 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-08T22:48:08.784 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-08T22:48:08.784 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T22:48:08.784 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 2023-12-08T22:48:08.784 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: ** Compaction Stats [default] ** 2023-12-08T22:48:08.784 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-08T22:48:08.784 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T22:48:08.785 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2023-12-08T22:48:08.785 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2023-12-08T22:48:08.785 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2023-12-08T22:48:08.785 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 2023-12-08T22:48:08.785 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: ** Compaction Stats [default] ** 2023-12-08T22:48:08.785 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-08T22:48:08.785 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T22:48:08.785 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2023-12-08T22:48:08.785 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T22:48:08.785 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T22:48:08.785 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T22:48:08.785 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T22:48:08.785 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T22:48:08.785 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T22:48:08.785 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Cumulative compaction: 0.00 GB write, 0.62 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T22:48:08.785 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Interval compaction: 0.00 GB write, 0.62 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T22:48:08.786 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-08T22:48:08.786 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 2023-12-08T22:48:08.786 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T22:48:08.786 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 2023-12-08T22:48:08.786 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: ** Compaction Stats [default] ** 2023-12-08T22:48:08.786 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-08T22:48:08.786 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T22:48:08.786 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2023-12-08T22:48:08.786 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2023-12-08T22:48:08.786 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-08T22:48:08.786 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 2023-12-08T22:48:08.786 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: ** Compaction Stats [default] ** 2023-12-08T22:48:08.786 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-08T22:48:08.786 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T22:48:08.787 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2023-12-08T22:48:08.787 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T22:48:08.787 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T22:48:08.787 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T22:48:08.787 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T22:48:08.787 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T22:48:08.787 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T22:48:08.787 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Cumulative compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T22:48:08.787 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-08T22:48:08.787 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-08T22:48:08.787 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 2023-12-08T22:48:08.787 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T22:48:08.787 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 2023-12-08T22:48:08.787 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.570+0000 7f69e2e46880 0 mon.smithi150 does not exist in monmap, will attempt to join an existing cluster 2023-12-08T22:48:08.788 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.571+0000 7f69e2e46880 0 using public_addr v2:172.21.15.150:0/0 -> [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] 2023-12-08T22:48:08.788 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.571+0000 7f69e2e46880 0 starting mon.smithi150 rank -1 at public addrs [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] at bind addrs [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi150 fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 2023-12-08T22:48:08.788 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.572+0000 7f69e2e46880 1 mon.smithi150@-1(???) e0 preinit fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 2023-12-08T22:48:08.788 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.597+0000 7f69cc451700 0 mon.smithi150@-1(synchronizing).mds e1 new map 2023-12-08T22:48:08.788 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.597+0000 7f69cc451700 0 mon.smithi150@-1(synchronizing).mds e1 print_map 2023-12-08T22:48:08.788 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: e1 2023-12-08T22:48:08.788 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-08T22:48:08.788 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-08T22:48:08.788 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: legacy client fscid: -1 2023-12-08T22:48:08.788 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 2023-12-08T22:48:08.788 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: No filesystems configured 2023-12-08T22:48:08.788 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 2023-12-08T22:48:08.788 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.597+0000 7f69cc451700 1 mon.smithi150@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-08T22:48:08.788 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.598+0000 7f69cc451700 1 mon.smithi150@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-08T22:48:08.789 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.598+0000 7f69cc451700 1 mon.smithi150@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-08T22:48:08.789 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.598+0000 7f69cc451700 1 mon.smithi150@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-08T22:48:08.789 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.598+0000 7f69cc451700 1 mon.smithi150@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-08T22:48:08.789 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.598+0000 7f69cc451700 1 mon.smithi150@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-08T22:48:08.789 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.598+0000 7f69cc451700 1 mon.smithi150@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-12-08T22:48:08.789 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.598+0000 7f69cc451700 0 mon.smithi150@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-08T22:48:08.789 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.598+0000 7f69cc451700 0 mon.smithi150@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T22:48:08.789 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.598+0000 7f69cc451700 0 mon.smithi150@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T22:48:08.789 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.598+0000 7f69cc451700 0 mon.smithi150@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T22:48:08.789 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:06.954297+0000 mgr.smithi080.zyybpm (mgr.14182) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:08.789 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T22:48:08.598+0000 7f69cc451700 1 mon.smithi150@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-12-08T22:48:08.789 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 bash[112180]: faadf24ac805834d58c0dde9ad6fb3d3f8b2d3bf0ea914a9d270e3540cd38d0f 2023-12-08T22:48:09.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:08 smithi150 systemd[1]: Started Ceph mon.smithi150 for 7a8ac49e-961b-11ee-95a3-87774f69a715. 2023-12-08T22:48:09.972 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T22:48:09.972 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T22:48:13.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:08.603783+0000 mon.smithi080 (mon.0) 180 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2023-12-08T22:48:13.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:08.606245+0000 mon.smithi080 (mon.0) 181 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mon metadata", "id": "smithi080"}]: dispatch 2023-12-08T22:48:13.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:08.606394+0000 mon.smithi080 (mon.0) 182 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2023-12-08T22:48:13.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:08.606554+0000 mon.smithi080 (mon.0) 183 : cluster [INF] mon.smithi080 calling monitor election 2023-12-08T22:48:13.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:08.954690+0000 mgr.smithi080.zyybpm (mgr.14182) 18 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:13.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:09.603222+0000 mon.smithi080 (mon.0) 184 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2023-12-08T22:48:13.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:10.603254+0000 mon.smithi080 (mon.0) 185 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2023-12-08T22:48:13.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:10.604307+0000 mon.smithi150 (mon.1) 1 : cluster [INF] mon.smithi150 calling monitor election 2023-12-08T22:48:13.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:10.955078+0000 mgr.smithi080.zyybpm (mgr.14182) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:13.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:11.603508+0000 mon.smithi080 (mon.0) 186 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2023-12-08T22:48:13.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:12.603625+0000 mon.smithi080 (mon.0) 187 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2023-12-08T22:48:13.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:12.955398+0000 mgr.smithi080.zyybpm (mgr.14182) 20 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:13.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:13.603969+0000 mon.smithi080 (mon.0) 188 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2023-12-08T22:48:13.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:13.636886+0000 mon.smithi080 (mon.0) 189 : cluster [INF] mon.smithi080 is new leader, mons smithi080,smithi150 in quorum (ranks 0,1) 2023-12-08T22:48:13.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:13.641976+0000 mon.smithi080 (mon.0) 190 : cluster [DBG] monmap e2: 2 mons at {smithi080=[v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0],smithi150=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0]} removed_ranks: {} 2023-12-08T22:48:13.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:13.654251+0000 mon.smithi080 (mon.0) 191 : cluster [DBG] fsmap 2023-12-08T22:48:13.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:13.654308+0000 mon.smithi080 (mon.0) 192 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-08T22:48:13.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:13.654711+0000 mon.smithi080 (mon.0) 193 : cluster [DBG] mgrmap e18: smithi080.zyybpm(active, since 32s), standbys: smithi150.ontdak 2023-12-08T22:48:13.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:13.659588+0000 mon.smithi080 (mon.0) 194 : cluster [INF] overall HEALTH_OK 2023-12-08T22:48:13.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:13.665279+0000 mon.smithi080 (mon.0) 195 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:13.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:48:13.667133+0000 mgr.smithi080.zyybpm (mgr.14182) 21 : cephadm [INF] Deploying daemon node-exporter.smithi150 on smithi150 2023-12-08T22:48:14.065 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:08.603783+0000 mon.smithi080 (mon.0) 180 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2023-12-08T22:48:14.065 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:08.606245+0000 mon.smithi080 (mon.0) 181 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mon metadata", "id": "smithi080"}]: dispatch 2023-12-08T22:48:14.065 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:08.606394+0000 mon.smithi080 (mon.0) 182 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2023-12-08T22:48:14.065 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:08.606554+0000 mon.smithi080 (mon.0) 183 : cluster [INF] mon.smithi080 calling monitor election 2023-12-08T22:48:14.066 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:08.954690+0000 mgr.smithi080.zyybpm (mgr.14182) 18 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:14.066 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:09.603222+0000 mon.smithi080 (mon.0) 184 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2023-12-08T22:48:14.066 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:10.603254+0000 mon.smithi080 (mon.0) 185 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2023-12-08T22:48:14.066 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:10.604307+0000 mon.smithi150 (mon.1) 1 : cluster [INF] mon.smithi150 calling monitor election 2023-12-08T22:48:14.066 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:10.955078+0000 mgr.smithi080.zyybpm (mgr.14182) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:14.066 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:11.603508+0000 mon.smithi080 (mon.0) 186 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2023-12-08T22:48:14.066 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:12.603625+0000 mon.smithi080 (mon.0) 187 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2023-12-08T22:48:14.066 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:12.955398+0000 mgr.smithi080.zyybpm (mgr.14182) 20 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:14.067 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:13.603969+0000 mon.smithi080 (mon.0) 188 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2023-12-08T22:48:14.067 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:13.636886+0000 mon.smithi080 (mon.0) 189 : cluster [INF] mon.smithi080 is new leader, mons smithi080,smithi150 in quorum (ranks 0,1) 2023-12-08T22:48:14.067 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:13.641976+0000 mon.smithi080 (mon.0) 190 : cluster [DBG] monmap e2: 2 mons at {smithi080=[v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0],smithi150=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0]} removed_ranks: {} 2023-12-08T22:48:14.067 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:13.654251+0000 mon.smithi080 (mon.0) 191 : cluster [DBG] fsmap 2023-12-08T22:48:14.067 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:13.654308+0000 mon.smithi080 (mon.0) 192 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-08T22:48:14.067 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:13.654711+0000 mon.smithi080 (mon.0) 193 : cluster [DBG] mgrmap e18: smithi080.zyybpm(active, since 32s), standbys: smithi150.ontdak 2023-12-08T22:48:14.067 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:13.659588+0000 mon.smithi080 (mon.0) 194 : cluster [INF] overall HEALTH_OK 2023-12-08T22:48:14.067 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:13.665279+0000 mon.smithi080 (mon.0) 195 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:14.067 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:48:13.667133+0000 mgr.smithi080.zyybpm (mgr.14182) 21 : cephadm [INF] Deploying daemon node-exporter.smithi150 on smithi150 2023-12-08T22:48:14.387 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-08T22:48:14.387 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":2,"fsid":"7a8ac49e-961b-11ee-95a3-87774f69a715","modified":"2023-12-08T22:48:08.603400Z","created":"2023-12-08T22:46:12.834525Z","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":"smithi080","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:3300","nonce":0},{"type":"v1","addr":"172.21.15.80:6789","nonce":0}]},"addr":"172.21.15.80:6789/0","public_addr":"172.21.15.80:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-08T22:48:14.389 INFO:teuthology.orchestra.run.smithi150.stderr:dumped monmap epoch 2 2023-12-08T22:48:14.703 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-08T22:48:14.704 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph config generate-minimal-conf 2023-12-08T22:48:14.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:14 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:14.383707+0000 mon.smithi080 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.150:0/622824101' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T22:48:14.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:14 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:14.604255+0000 mon.smithi080 (mon.0) 197 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2023-12-08T22:48:15.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:14 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:14.383707+0000 mon.smithi080 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.150:0/622824101' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T22:48:15.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:14 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:14.604255+0000 mon.smithi080 (mon.0) 197 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2023-12-08T22:48:15.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:15 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:14.955783+0000 mgr.smithi080.zyybpm (mgr.14182) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:15.988 INFO:teuthology.orchestra.run.smithi080.stdout:# minimal ceph.conf for 7a8ac49e-961b-11ee-95a3-87774f69a715 2023-12-08T22:48:15.989 INFO:teuthology.orchestra.run.smithi080.stdout:[global] 2023-12-08T22:48:15.989 INFO:teuthology.orchestra.run.smithi080.stdout: fsid = 7a8ac49e-961b-11ee-95a3-87774f69a715 2023-12-08T22:48:15.989 INFO:teuthology.orchestra.run.smithi080.stdout: mon_host = [v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0] [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] 2023-12-08T22:48:16.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:15 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:14.955783+0000 mgr.smithi080.zyybpm (mgr.14182) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:16.381 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-08T22:48:16.382 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2023-12-08T22:48:16.382 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/etc/ceph/ceph.conf 2023-12-08T22:48:16.412 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2023-12-08T22:48:16.412 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-08T22:48:16.479 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-12-08T22:48:16.480 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/ceph/ceph.conf 2023-12-08T22:48:16.512 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-12-08T22:48:16.512 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-08T22:48:16.579 INFO:tasks.cephadm:Deploying OSDs... 2023-12-08T22:48:16.580 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2023-12-08T22:48:16.580 DEBUG:teuthology.orchestra.run.smithi080:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T22:48:16.597 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-08T22:48:16.598 DEBUG:teuthology.orchestra.run.smithi080:> stat /dev/nvme1n1 2023-12-08T22:48:16.655 INFO:teuthology.orchestra.run.smithi080.stdout: File: /dev/nvme1n1 2023-12-08T22:48:16.655 INFO:teuthology.orchestra.run.smithi080.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T22:48:16.656 INFO:teuthology.orchestra.run.smithi080.stdout:Device: 6h/6d Inode: 432467 Links: 1 Device type: 103,1 2023-12-08T22:48:16.656 INFO:teuthology.orchestra.run.smithi080.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T22:48:16.656 INFO:teuthology.orchestra.run.smithi080.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T22:48:16.656 INFO:teuthology.orchestra.run.smithi080.stdout:Access: 2023-12-08 22:47:11.626064514 +0000 2023-12-08T22:48:16.656 INFO:teuthology.orchestra.run.smithi080.stdout:Modify: 2023-12-08 22:47:11.551066221 +0000 2023-12-08T22:48:16.656 INFO:teuthology.orchestra.run.smithi080.stdout:Change: 2023-12-08 22:47:11.551066221 +0000 2023-12-08T22:48:16.656 INFO:teuthology.orchestra.run.smithi080.stdout: Birth: - 2023-12-08T22:48:16.656 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-08T22:48:16.721 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records in 2023-12-08T22:48:16.721 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records out 2023-12-08T22:48:16.721 INFO:teuthology.orchestra.run.smithi080.stderr:512 bytes copied, 0.000259018 s, 2.0 MB/s 2023-12-08T22:48:16.723 DEBUG:teuthology.orchestra.run.smithi080:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-08T22:48:16.782 DEBUG:teuthology.orchestra.run.smithi080:> stat /dev/nvme2n1 2023-12-08T22:48:16.841 INFO:teuthology.orchestra.run.smithi080.stdout: File: /dev/nvme2n1 2023-12-08T22:48:16.841 INFO:teuthology.orchestra.run.smithi080.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T22:48:16.841 INFO:teuthology.orchestra.run.smithi080.stdout:Device: 6h/6d Inode: 430661 Links: 1 Device type: 103,2 2023-12-08T22:48:16.842 INFO:teuthology.orchestra.run.smithi080.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T22:48:16.842 INFO:teuthology.orchestra.run.smithi080.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T22:48:16.842 INFO:teuthology.orchestra.run.smithi080.stdout:Access: 2023-12-08 22:47:11.636064287 +0000 2023-12-08T22:48:16.842 INFO:teuthology.orchestra.run.smithi080.stdout:Modify: 2023-12-08 22:47:11.553066176 +0000 2023-12-08T22:48:16.842 INFO:teuthology.orchestra.run.smithi080.stdout:Change: 2023-12-08 22:47:11.553066176 +0000 2023-12-08T22:48:16.842 INFO:teuthology.orchestra.run.smithi080.stdout: Birth: - 2023-12-08T22:48:16.843 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-08T22:48:16.907 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records in 2023-12-08T22:48:16.908 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records out 2023-12-08T22:48:16.908 INFO:teuthology.orchestra.run.smithi080.stderr:512 bytes copied, 0.000222105 s, 2.3 MB/s 2023-12-08T22:48:16.909 DEBUG:teuthology.orchestra.run.smithi080:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-08T22:48:16.968 DEBUG:teuthology.orchestra.run.smithi080:> stat /dev/nvme3n1 2023-12-08T22:48:16.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:15.987165+0000 mon.smithi080 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.80:0/2341908805' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:48:16.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:16.088015+0000 mon.smithi080 (mon.0) 199 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:16.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:16.510507+0000 mon.smithi080 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:16.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:16.511675+0000 mon.smithi080 (mon.0) 201 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:48:17.002 INFO:teuthology.orchestra.run.smithi080.stdout: File: /dev/nvme3n1 2023-12-08T22:48:17.002 INFO:teuthology.orchestra.run.smithi080.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T22:48:17.003 INFO:teuthology.orchestra.run.smithi080.stdout:Device: 6h/6d Inode: 430774 Links: 1 Device type: 103,3 2023-12-08T22:48:17.003 INFO:teuthology.orchestra.run.smithi080.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T22:48:17.003 INFO:teuthology.orchestra.run.smithi080.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T22:48:17.003 INFO:teuthology.orchestra.run.smithi080.stdout:Access: 2023-12-08 22:47:11.647064037 +0000 2023-12-08T22:48:17.003 INFO:teuthology.orchestra.run.smithi080.stdout:Modify: 2023-12-08 22:47:11.556066108 +0000 2023-12-08T22:48:17.003 INFO:teuthology.orchestra.run.smithi080.stdout:Change: 2023-12-08 22:47:11.556066108 +0000 2023-12-08T22:48:17.003 INFO:teuthology.orchestra.run.smithi080.stdout: Birth: - 2023-12-08T22:48:17.003 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-08T22:48:17.046 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:15.987165+0000 mon.smithi080 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.80:0/2341908805' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:48:17.046 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:16.088015+0000 mon.smithi080 (mon.0) 199 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:17.046 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:16.510507+0000 mon.smithi080 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:17.046 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:16.511675+0000 mon.smithi080 (mon.0) 201 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:48:17.068 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records in 2023-12-08T22:48:17.068 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records out 2023-12-08T22:48:17.068 INFO:teuthology.orchestra.run.smithi080.stderr:512 bytes copied, 0.000236649 s, 2.2 MB/s 2023-12-08T22:48:17.069 DEBUG:teuthology.orchestra.run.smithi080:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-08T22:48:17.128 DEBUG:teuthology.orchestra.run.smithi080:> stat /dev/nvme4n1 2023-12-08T22:48:17.186 INFO:teuthology.orchestra.run.smithi080.stdout: File: /dev/nvme4n1 2023-12-08T22:48:17.186 INFO:teuthology.orchestra.run.smithi080.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T22:48:17.186 INFO:teuthology.orchestra.run.smithi080.stdout:Device: 6h/6d Inode: 431753 Links: 1 Device type: 103,4 2023-12-08T22:48:17.186 INFO:teuthology.orchestra.run.smithi080.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T22:48:17.187 INFO:teuthology.orchestra.run.smithi080.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T22:48:17.187 INFO:teuthology.orchestra.run.smithi080.stdout:Access: 2023-12-08 22:47:11.658063786 +0000 2023-12-08T22:48:17.187 INFO:teuthology.orchestra.run.smithi080.stdout:Modify: 2023-12-08 22:47:11.558066062 +0000 2023-12-08T22:48:17.187 INFO:teuthology.orchestra.run.smithi080.stdout:Change: 2023-12-08 22:47:11.558066062 +0000 2023-12-08T22:48:17.187 INFO:teuthology.orchestra.run.smithi080.stdout: Birth: - 2023-12-08T22:48:17.187 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-08T22:48:17.252 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records in 2023-12-08T22:48:17.252 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records out 2023-12-08T22:48:17.252 INFO:teuthology.orchestra.run.smithi080.stderr:512 bytes copied, 0.000253609 s, 2.0 MB/s 2023-12-08T22:48:17.253 DEBUG:teuthology.orchestra.run.smithi080:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-08T22:48:17.312 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-12-08T22:48:17.312 DEBUG:teuthology.orchestra.run.smithi150:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T22:48:17.330 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-08T22:48:17.330 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/nvme1n1 2023-12-08T22:48:17.389 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/nvme1n1 2023-12-08T22:48:17.389 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T22:48:17.389 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 431327 Links: 1 Device type: 103,1 2023-12-08T22:48:17.389 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T22:48:17.389 INFO:teuthology.orchestra.run.smithi150.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T22:48:17.389 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2023-12-08 22:47:54.356681123 +0000 2023-12-08T22:48:17.389 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2023-12-08 22:47:54.295682322 +0000 2023-12-08T22:48:17.390 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2023-12-08 22:47:54.295682322 +0000 2023-12-08T22:48:17.390 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2023-12-08T22:48:17.390 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-08T22:48:17.457 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2023-12-08T22:48:17.458 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2023-12-08T22:48:17.458 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000254807 s, 2.0 MB/s 2023-12-08T22:48:17.459 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-08T22:48:17.518 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/nvme2n1 2023-12-08T22:48:17.576 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/nvme2n1 2023-12-08T22:48:17.577 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T22:48:17.577 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 431334 Links: 1 Device type: 103,2 2023-12-08T22:48:17.577 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T22:48:17.577 INFO:teuthology.orchestra.run.smithi150.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T22:48:17.577 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2023-12-08 22:47:54.366680926 +0000 2023-12-08T22:48:17.577 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2023-12-08 22:47:54.296682302 +0000 2023-12-08T22:48:17.577 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2023-12-08 22:47:54.296682302 +0000 2023-12-08T22:48:17.577 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2023-12-08T22:48:17.577 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-08T22:48:17.643 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2023-12-08T22:48:17.643 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2023-12-08T22:48:17.643 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000208895 s, 2.5 MB/s 2023-12-08T22:48:17.644 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-08T22:48:17.703 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/nvme3n1 2023-12-08T22:48:17.762 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/nvme3n1 2023-12-08T22:48:17.762 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T22:48:17.763 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 435686 Links: 1 Device type: 103,3 2023-12-08T22:48:17.763 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T22:48:17.763 INFO:teuthology.orchestra.run.smithi150.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T22:48:17.763 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2023-12-08 22:47:54.378680690 +0000 2023-12-08T22:48:17.763 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2023-12-08 22:47:54.299682244 +0000 2023-12-08T22:48:17.763 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2023-12-08 22:47:54.299682244 +0000 2023-12-08T22:48:17.763 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2023-12-08T22:48:17.763 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-08T22:48:17.828 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2023-12-08T22:48:17.828 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2023-12-08T22:48:17.828 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000239128 s, 2.1 MB/s 2023-12-08T22:48:17.829 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-08T22:48:17.888 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/nvme4n1 2023-12-08T22:48:17.946 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/nvme4n1 2023-12-08T22:48:17.946 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T22:48:17.946 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 435689 Links: 1 Device type: 103,4 2023-12-08T22:48:17.946 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T22:48:17.946 INFO:teuthology.orchestra.run.smithi150.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T22:48:17.946 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2023-12-08 22:47:54.388680494 +0000 2023-12-08T22:48:17.946 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2023-12-08 22:47:54.301682204 +0000 2023-12-08T22:48:17.946 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2023-12-08 22:47:54.301682204 +0000 2023-12-08T22:48:17.947 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2023-12-08T22:48:17.947 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-08T22:48:18.012 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2023-12-08T22:48:18.012 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2023-12-08T22:48:18.012 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000252203 s, 2.0 MB/s 2023-12-08T22:48:18.013 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-08T22:48:18.072 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch apply osd --all-available-devices 2023-12-08T22:48:18.748 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:16.956001+0000 mgr.smithi080.zyybpm (mgr.14182) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:18.748 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:17.540659+0000 mon.smithi080 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:18.748 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:17.541315+0000 mon.smithi080 (mon.0) 203 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:48:18.748 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:17.541890+0000 mon.smithi080 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T22:48:18.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:48:17.542679+0000 mgr.smithi080.zyybpm (mgr.14182) 24 : cephadm [INF] Updating smithi080:/etc/ceph/ceph.conf 2023-12-08T22:48:18.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:48:17.542904+0000 mgr.smithi080.zyybpm (mgr.14182) 25 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2023-12-08T22:48:18.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:17.566203+0000 mon.smithi080 (mon.0) 205 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:18.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:17.588103+0000 mon.smithi080 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:18.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:17.593446+0000 mon.smithi080 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:18.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:48:17.595907+0000 mgr.smithi080.zyybpm (mgr.14182) 26 : cephadm [INF] Reconfiguring mon.smithi080 (unknown last config time)... 2023-12-08T22:48:18.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:17.596136+0000 mon.smithi080 (mon.0) 208 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T22:48:18.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:17.596618+0000 mon.smithi080 (mon.0) 209 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T22:48:18.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:17.597079+0000 mon.smithi080 (mon.0) 210 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:48:18.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:48:17.597512+0000 mgr.smithi080.zyybpm (mgr.14182) 27 : cephadm [INF] Reconfiguring daemon mon.smithi080 on smithi080 2023-12-08T22:48:18.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:18.496190+0000 mon.smithi080 (mon.0) 211 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:18.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:18.496996+0000 mon.smithi080 (mon.0) 212 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi080.zyybpm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T22:48:18.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:18.497608+0000 mon.smithi080 (mon.0) 213 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T22:48:18.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:18.498049+0000 mon.smithi080 (mon.0) 214 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:48:18.799 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:16.956001+0000 mgr.smithi080.zyybpm (mgr.14182) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:18.799 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:17.540659+0000 mon.smithi080 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:18.799 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:17.541315+0000 mon.smithi080 (mon.0) 203 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:48:18.799 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:17.541890+0000 mon.smithi080 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T22:48:18.799 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:48:17.542679+0000 mgr.smithi080.zyybpm (mgr.14182) 24 : cephadm [INF] Updating smithi080:/etc/ceph/ceph.conf 2023-12-08T22:48:18.799 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:48:17.542904+0000 mgr.smithi080.zyybpm (mgr.14182) 25 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2023-12-08T22:48:18.799 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:17.566203+0000 mon.smithi080 (mon.0) 205 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:18.799 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:17.588103+0000 mon.smithi080 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:18.800 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:17.593446+0000 mon.smithi080 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:18.800 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:48:17.595907+0000 mgr.smithi080.zyybpm (mgr.14182) 26 : cephadm [INF] Reconfiguring mon.smithi080 (unknown last config time)... 2023-12-08T22:48:18.800 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:17.596136+0000 mon.smithi080 (mon.0) 208 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T22:48:18.800 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:17.596618+0000 mon.smithi080 (mon.0) 209 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T22:48:18.800 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:17.597079+0000 mon.smithi080 (mon.0) 210 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:48:18.800 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:48:17.597512+0000 mgr.smithi080.zyybpm (mgr.14182) 27 : cephadm [INF] Reconfiguring daemon mon.smithi080 on smithi080 2023-12-08T22:48:18.800 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:18.496190+0000 mon.smithi080 (mon.0) 211 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:18.800 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:18.496996+0000 mon.smithi080 (mon.0) 212 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi080.zyybpm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T22:48:18.800 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:18.497608+0000 mon.smithi080 (mon.0) 213 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T22:48:18.800 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:18.498049+0000 mon.smithi080 (mon.0) 214 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:48:19.401 INFO:teuthology.orchestra.run.smithi150.stdout:Scheduled osd.all-available-devices update... 2023-12-08T22:48:19.702 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:19 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:48:18.496769+0000 mgr.smithi080.zyybpm (mgr.14182) 28 : cephadm [INF] Reconfiguring mgr.smithi080.zyybpm (unknown last config time)... 2023-12-08T22:48:19.702 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:19 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:48:18.498454+0000 mgr.smithi080.zyybpm (mgr.14182) 29 : cephadm [INF] Reconfiguring daemon mgr.smithi080.zyybpm on smithi080 2023-12-08T22:48:19.702 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:19 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:19.359518+0000 mon.smithi080 (mon.0) 215 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:19.702 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:19 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:19.398831+0000 mon.smithi080 (mon.0) 216 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:19.760 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-08T22:48:19.760 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:48:19.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:19 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:48:18.496769+0000 mgr.smithi080.zyybpm (mgr.14182) 28 : cephadm [INF] Reconfiguring mgr.smithi080.zyybpm (unknown last config time)... 2023-12-08T22:48:19.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:19 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:48:18.498454+0000 mgr.smithi080.zyybpm (mgr.14182) 29 : cephadm [INF] Reconfiguring daemon mgr.smithi080.zyybpm on smithi080 2023-12-08T22:48:19.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:19 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:19.359518+0000 mon.smithi080 (mon.0) 215 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:19.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:19 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:19.398831+0000 mon.smithi080 (mon.0) 216 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:20.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:20 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:18.956223+0000 mgr.smithi080.zyybpm (mgr.14182) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:20.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:20 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:48:19.360129+0000 mgr.smithi080.zyybpm (mgr.14182) 31 : cephadm [INF] Reconfiguring alertmanager.smithi080 (dependencies changed)... 2023-12-08T22:48:20.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:20 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:48:19.366117+0000 mgr.smithi080.zyybpm (mgr.14182) 32 : cephadm [INF] Reconfiguring daemon alertmanager.smithi080 on smithi080 2023-12-08T22:48:20.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:20 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:19.392966+0000 mgr.smithi080.zyybpm (mgr.14182) 33 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:48:20.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:20 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:48:19.394535+0000 mgr.smithi080.zyybpm (mgr.14182) 34 : cephadm [INF] Marking host: smithi080 for OSDSpec preview refresh. 2023-12-08T22:48:20.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:20 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:48:19.394589+0000 mgr.smithi080.zyybpm (mgr.14182) 35 : cephadm [INF] Marking host: smithi150 for OSDSpec preview refresh. 2023-12-08T22:48:20.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:20 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:48:19.394891+0000 mgr.smithi080.zyybpm (mgr.14182) 36 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-08T22:48:20.955 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:18.956223+0000 mgr.smithi080.zyybpm (mgr.14182) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:20.955 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:48:19.360129+0000 mgr.smithi080.zyybpm (mgr.14182) 31 : cephadm [INF] Reconfiguring alertmanager.smithi080 (dependencies changed)... 2023-12-08T22:48:20.955 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:48:19.366117+0000 mgr.smithi080.zyybpm (mgr.14182) 32 : cephadm [INF] Reconfiguring daemon alertmanager.smithi080 on smithi080 2023-12-08T22:48:20.955 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:19.392966+0000 mgr.smithi080.zyybpm (mgr.14182) 33 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:48:20.955 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:48:19.394535+0000 mgr.smithi080.zyybpm (mgr.14182) 34 : cephadm [INF] Marking host: smithi080 for OSDSpec preview refresh. 2023-12-08T22:48:20.956 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:48:19.394589+0000 mgr.smithi080.zyybpm (mgr.14182) 35 : cephadm [INF] Marking host: smithi150 for OSDSpec preview refresh. 2023-12-08T22:48:20.956 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:48:19.394891+0000 mgr.smithi080.zyybpm (mgr.14182) 36 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-08T22:48:22.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:20.956524+0000 mgr.smithi080.zyybpm (mgr.14182) 37 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:22.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:21.094511+0000 mon.smithi080 (mon.0) 217 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:22.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:22 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:20.956524+0000 mgr.smithi080.zyybpm (mgr.14182) 37 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:22.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:22 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:21.094511+0000 mon.smithi080 (mon.0) 217 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:22.648 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:48:23.036 INFO:teuthology.orchestra.run.smithi080.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-08T22:48:23.403 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:23 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:22.646979+0000 mon.smithi080 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.80:0/2794549742' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:48:23.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:23 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:22.646979+0000 mon.smithi080 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.80:0/2794549742' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:48:24.037 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:48:24.356 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:24 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:22.956746+0000 mgr.smithi080.zyybpm (mgr.14182) 38 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:24.357 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:24 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:24.014847+0000 mon.smithi080 (mon.0) 219 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:24.357 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:24 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:24.015606+0000 mon.smithi080 (mon.0) 220 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi080", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T22:48:24.357 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:24 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:24.016227+0000 mon.smithi080 (mon.0) 221 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:48:24.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:24 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:22.956746+0000 mgr.smithi080.zyybpm (mgr.14182) 38 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:24.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:24 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:24.014847+0000 mon.smithi080 (mon.0) 219 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:24.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:24 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:24.015606+0000 mon.smithi080 (mon.0) 220 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi080", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T22:48:24.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:24 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:24.016227+0000 mon.smithi080 (mon.0) 221 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:48:25.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:48:24.015395+0000 mgr.smithi080.zyybpm (mgr.14182) 39 : cephadm [INF] Reconfiguring crash.smithi080 (monmap changed)... 2023-12-08T22:48:25.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:48:24.016662+0000 mgr.smithi080.zyybpm (mgr.14182) 40 : cephadm [INF] Reconfiguring daemon crash.smithi080 on smithi080 2023-12-08T22:48:25.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:25 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:48:24.015395+0000 mgr.smithi080.zyybpm (mgr.14182) 39 : cephadm [INF] Reconfiguring crash.smithi080 (monmap changed)... 2023-12-08T22:48:25.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:25 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:48:24.016662+0000 mgr.smithi080.zyybpm (mgr.14182) 40 : cephadm [INF] Reconfiguring daemon crash.smithi080 on smithi080 2023-12-08T22:48:25.780 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:48:26.417 INFO:teuthology.orchestra.run.smithi080.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-08T22:48:26.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:24.957177+0000 mgr.smithi080.zyybpm (mgr.14182) 41 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:26.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:25.343370+0000 mon.smithi080 (mon.0) 222 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:26.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:48:25.343975+0000 mgr.smithi080.zyybpm (mgr.14182) 42 : cephadm [INF] Reconfiguring grafana.smithi080 (dependencies changed)... 2023-12-08T22:48:26.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:48:25.374755+0000 mgr.smithi080.zyybpm (mgr.14182) 43 : cephadm [INF] Reconfiguring daemon grafana.smithi080 on smithi080 2023-12-08T22:48:26.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:25.778631+0000 mon.smithi080 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.80:0/160540806' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:48:26.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:24.957177+0000 mgr.smithi080.zyybpm (mgr.14182) 41 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:26.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:25.343370+0000 mon.smithi080 (mon.0) 222 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:26.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:48:25.343975+0000 mgr.smithi080.zyybpm (mgr.14182) 42 : cephadm [INF] Reconfiguring grafana.smithi080 (dependencies changed)... 2023-12-08T22:48:26.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:48:25.374755+0000 mgr.smithi080.zyybpm (mgr.14182) 43 : cephadm [INF] Reconfiguring daemon grafana.smithi080 on smithi080 2023-12-08T22:48:26.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:25.778631+0000 mon.smithi080 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.80:0/160540806' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:48:27.419 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:48:28.548 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:28 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:26.957439+0000 mgr.smithi080.zyybpm (mgr.14182) 44 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:28.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:28 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:26.957439+0000 mgr.smithi080.zyybpm (mgr.14182) 44 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:28.900 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:48:29.485 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:29 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:28.368496+0000 mon.smithi080 (mon.0) 224 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:29.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:29 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:48:28.369180+0000 mgr.smithi080.zyybpm (mgr.14182) 45 : cephadm [INF] Reconfiguring prometheus.smithi080 (dependencies changed)... 2023-12-08T22:48:29.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:29 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:48:28.372618+0000 mgr.smithi080.zyybpm (mgr.14182) 46 : cephadm [INF] Reconfiguring daemon prometheus.smithi080 on smithi080 2023-12-08T22:48:29.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:29 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:28.897718+0000 mon.smithi080 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.80:0/1723731327' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:48:29.705 INFO:teuthology.orchestra.run.smithi080.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-08T22:48:29.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:29 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:28.368496+0000 mon.smithi080 (mon.0) 224 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:29.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:29 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:48:28.369180+0000 mgr.smithi080.zyybpm (mgr.14182) 45 : cephadm [INF] Reconfiguring prometheus.smithi080 (dependencies changed)... 2023-12-08T22:48:29.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:29 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:48:28.372618+0000 mgr.smithi080.zyybpm (mgr.14182) 46 : cephadm [INF] Reconfiguring daemon prometheus.smithi080 on smithi080 2023-12-08T22:48:29.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:29 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:28.897718+0000 mon.smithi080 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.80:0/1723731327' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:48:30.674 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:28.957673+0000 mgr.smithi080.zyybpm (mgr.14182) 47 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:30.705 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:48:30.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:30 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:28.957673+0000 mgr.smithi080.zyybpm (mgr.14182) 47 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:32.254 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:48:32.535 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:32 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:30.957909+0000 mgr.smithi080.zyybpm (mgr.14182) 48 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:32.535 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:32 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:31.965024+0000 mon.smithi080 (mon.0) 226 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:32.535 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:32 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:31.965761+0000 mon.smithi080 (mon.0) 227 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi150", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T22:48:32.535 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:32 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:31.966355+0000 mon.smithi080 (mon.0) 228 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:48:32.535 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:32 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:32.252540+0000 mon.smithi080 (mon.0) 229 : audit [DBG] from='client.? 172.21.15.80:0/3953845096' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:48:32.580 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:32 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:30.957909+0000 mgr.smithi080.zyybpm (mgr.14182) 48 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:32.580 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:32 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:31.965024+0000 mon.smithi080 (mon.0) 226 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:32.580 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:32 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:31.965761+0000 mon.smithi080 (mon.0) 227 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi150", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T22:48:32.580 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:32 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:31.966355+0000 mon.smithi080 (mon.0) 228 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:48:32.580 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:32 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:32.252540+0000 mon.smithi080 (mon.0) 229 : audit [DBG] from='client.? 172.21.15.80:0/3953845096' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:48:32.611 INFO:teuthology.orchestra.run.smithi080.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-08T22:48:33.611 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:48:33.643 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:33 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:48:31.965556+0000 mgr.smithi080.zyybpm (mgr.14182) 49 : cephadm [INF] Reconfiguring crash.smithi150 (monmap changed)... 2023-12-08T22:48:33.643 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:33 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:48:31.966818+0000 mgr.smithi080.zyybpm (mgr.14182) 50 : cephadm [INF] Reconfiguring daemon crash.smithi150 on smithi150 2023-12-08T22:48:33.643 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:33 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:32.797160+0000 mon.smithi080 (mon.0) 230 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:33.643 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:33 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:32.797888+0000 mon.smithi080 (mon.0) 231 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi150.ontdak", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T22:48:33.644 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:33 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:32.798548+0000 mon.smithi080 (mon.0) 232 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T22:48:33.644 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:33 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:32.799035+0000 mon.smithi080 (mon.0) 233 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:48:33.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:33 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:48:31.965556+0000 mgr.smithi080.zyybpm (mgr.14182) 49 : cephadm [INF] Reconfiguring crash.smithi150 (monmap changed)... 2023-12-08T22:48:33.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:33 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:48:31.966818+0000 mgr.smithi080.zyybpm (mgr.14182) 50 : cephadm [INF] Reconfiguring daemon crash.smithi150 on smithi150 2023-12-08T22:48:33.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:33 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:32.797160+0000 mon.smithi080 (mon.0) 230 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:33.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:33 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:32.797888+0000 mon.smithi080 (mon.0) 231 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi150.ontdak", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T22:48:33.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:33 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:32.798548+0000 mon.smithi080 (mon.0) 232 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T22:48:33.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:33 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:32.799035+0000 mon.smithi080 (mon.0) 233 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:48:34.485 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:34 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:48:32.797668+0000 mgr.smithi080.zyybpm (mgr.14182) 51 : cephadm [INF] Reconfiguring mgr.smithi150.ontdak (monmap changed)... 2023-12-08T22:48:34.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:34 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:48:32.799494+0000 mgr.smithi080.zyybpm (mgr.14182) 52 : cephadm [INF] Reconfiguring daemon mgr.smithi150.ontdak on smithi150 2023-12-08T22:48:34.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:34 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:32.958156+0000 mgr.smithi080.zyybpm (mgr.14182) 53 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:34.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:34 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:33.695298+0000 mon.smithi080 (mon.0) 234 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:34.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:34 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:33.696292+0000 mon.smithi080 (mon.0) 235 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T22:48:34.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:34 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:33.696928+0000 mon.smithi080 (mon.0) 236 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T22:48:34.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:34 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:33.697489+0000 mon.smithi080 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:48:34.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:34 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:48:32.797668+0000 mgr.smithi080.zyybpm (mgr.14182) 51 : cephadm [INF] Reconfiguring mgr.smithi150.ontdak (monmap changed)... 2023-12-08T22:48:34.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:34 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:48:32.799494+0000 mgr.smithi080.zyybpm (mgr.14182) 52 : cephadm [INF] Reconfiguring daemon mgr.smithi150.ontdak on smithi150 2023-12-08T22:48:34.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:34 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:32.958156+0000 mgr.smithi080.zyybpm (mgr.14182) 53 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:34.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:34 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:33.695298+0000 mon.smithi080 (mon.0) 234 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:34.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:34 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:33.696292+0000 mon.smithi080 (mon.0) 235 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T22:48:34.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:34 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:33.696928+0000 mon.smithi080 (mon.0) 236 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T22:48:34.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:34 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:33.697489+0000 mon.smithi080 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:48:34.951 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:48:35.325 INFO:teuthology.orchestra.run.smithi080.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-08T22:48:35.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:48:33.695992+0000 mgr.smithi080.zyybpm (mgr.14182) 54 : cephadm [INF] Reconfiguring mon.smithi150 (monmap changed)... 2023-12-08T22:48:35.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:48:33.698035+0000 mgr.smithi080.zyybpm (mgr.14182) 55 : cephadm [INF] Reconfiguring daemon mon.smithi150 on smithi150 2023-12-08T22:48:35.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:34.948937+0000 mon.smithi080 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.80:0/3988110777' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:48:35.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:35.088552+0000 mon.smithi080 (mon.0) 239 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:35.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:35.091134+0000 mon.smithi080 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T22:48:35.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:35.092226+0000 mon.smithi080 (mon.0) 241 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi080.front.sepia.ceph.com:9093"}]: dispatch 2023-12-08T22:48:35.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:35.095950+0000 mon.smithi080 (mon.0) 242 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:35.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:35.102252+0000 mon.smithi080 (mon.0) 243 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-08T22:48:35.487 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:35.104598+0000 mon.smithi080 (mon.0) 244 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi080.front.sepia.ceph.com:3000"}]: dispatch 2023-12-08T22:48:35.487 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:35.108710+0000 mon.smithi080 (mon.0) 245 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:35.487 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:35.112605+0000 mon.smithi080 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-08T22:48:35.487 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:35.115378+0000 mon.smithi080 (mon.0) 247 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi080.front.sepia.ceph.com:9095"}]: dispatch 2023-12-08T22:48:35.487 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:35.120188+0000 mon.smithi080 (mon.0) 248 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:35.487 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:35.123548+0000 mon.smithi080 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:48:35.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:48:33.695992+0000 mgr.smithi080.zyybpm (mgr.14182) 54 : cephadm [INF] Reconfiguring mon.smithi150 (monmap changed)... 2023-12-08T22:48:35.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:48:33.698035+0000 mgr.smithi080.zyybpm (mgr.14182) 55 : cephadm [INF] Reconfiguring daemon mon.smithi150 on smithi150 2023-12-08T22:48:35.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:34.948937+0000 mon.smithi080 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.80:0/3988110777' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:48:35.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:35.088552+0000 mon.smithi080 (mon.0) 239 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:35.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:35.091134+0000 mon.smithi080 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T22:48:35.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:35.092226+0000 mon.smithi080 (mon.0) 241 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi080.front.sepia.ceph.com:9093"}]: dispatch 2023-12-08T22:48:35.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:35.095950+0000 mon.smithi080 (mon.0) 242 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:35.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:35.102252+0000 mon.smithi080 (mon.0) 243 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-08T22:48:35.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:35.104598+0000 mon.smithi080 (mon.0) 244 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi080.front.sepia.ceph.com:3000"}]: dispatch 2023-12-08T22:48:35.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:35.108710+0000 mon.smithi080 (mon.0) 245 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:35.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:35.112605+0000 mon.smithi080 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-08T22:48:35.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:35.115378+0000 mon.smithi080 (mon.0) 247 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi080.front.sepia.ceph.com:9095"}]: dispatch 2023-12-08T22:48:35.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:35.120188+0000 mon.smithi080 (mon.0) 248 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:35.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:35.123548+0000 mon.smithi080 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:48:36.326 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:48:36.485 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:34.958396+0000 mgr.smithi080.zyybpm (mgr.14182) 56 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:36.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:35.091463+0000 mgr.smithi080.zyybpm (mgr.14182) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T22:48:36.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:35.092445+0000 mgr.smithi080.zyybpm (mgr.14182) 58 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi080.front.sepia.ceph.com:9093"}]: dispatch 2023-12-08T22:48:36.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:35.102612+0000 mgr.smithi080.zyybpm (mgr.14182) 59 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-08T22:48:36.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:35.104883+0000 mgr.smithi080.zyybpm (mgr.14182) 60 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi080.front.sepia.ceph.com:3000"}]: dispatch 2023-12-08T22:48:36.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:35.112978+0000 mgr.smithi080.zyybpm (mgr.14182) 61 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-08T22:48:36.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:35.115696+0000 mgr.smithi080.zyybpm (mgr.14182) 62 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi080.front.sepia.ceph.com:9095"}]: dispatch 2023-12-08T22:48:36.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:36.169344+0000 mon.smithi080 (mon.0) 250 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:36.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:36.173402+0000 mon.smithi080 (mon.0) 251 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:36.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:34.958396+0000 mgr.smithi080.zyybpm (mgr.14182) 56 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:36.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:35.091463+0000 mgr.smithi080.zyybpm (mgr.14182) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T22:48:36.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:35.092445+0000 mgr.smithi080.zyybpm (mgr.14182) 58 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi080.front.sepia.ceph.com:9093"}]: dispatch 2023-12-08T22:48:36.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:35.102612+0000 mgr.smithi080.zyybpm (mgr.14182) 59 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-08T22:48:36.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:35.104883+0000 mgr.smithi080.zyybpm (mgr.14182) 60 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi080.front.sepia.ceph.com:3000"}]: dispatch 2023-12-08T22:48:36.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:35.112978+0000 mgr.smithi080.zyybpm (mgr.14182) 61 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-08T22:48:36.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:35.115696+0000 mgr.smithi080.zyybpm (mgr.14182) 62 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi080.front.sepia.ceph.com:9095"}]: dispatch 2023-12-08T22:48:36.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:36.169344+0000 mon.smithi080 (mon.0) 250 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:36.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:36.173402+0000 mon.smithi080 (mon.0) 251 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:37.922 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:48:38.459 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:38 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:36.958689+0000 mgr.smithi080.zyybpm (mgr.14182) 63 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:38.459 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:38 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:37.918454+0000 mon.smithi080 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.80:0/881996376' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:48:38.460 INFO:teuthology.orchestra.run.smithi080.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-08T22:48:38.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:38 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:36.958689+0000 mgr.smithi080.zyybpm (mgr.14182) 63 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:38.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:38 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:37.918454+0000 mon.smithi080 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.80:0/881996376' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:48:39.461 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:48:39.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:39 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:38.630665+0000 mon.smithi080 (mon.0) 253 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:39.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:39 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:38.635375+0000 mon.smithi080 (mon.0) 254 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:39.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:39 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:38.636042+0000 mon.smithi080 (mon.0) 255 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:48:39.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:39 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:38.636550+0000 mon.smithi080 (mon.0) 256 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T22:48:39.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:39 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:38.640688+0000 mon.smithi080 (mon.0) 257 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:39.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:39 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:38.644019+0000 mon.smithi080 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T22:48:39.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:39 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:38.646661+0000 mon.smithi080 (mon.0) 259 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T22:48:39.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:39 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:38.647573+0000 mon.smithi080 (mon.0) 260 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T22:48:39.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:39 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:38.647733+0000 mon.smithi080 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:48:39.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:39 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:38.648164+0000 mon.smithi080 (mon.0) 262 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:48:39.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:39 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:38.630665+0000 mon.smithi080 (mon.0) 253 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:39.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:39 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:38.635375+0000 mon.smithi080 (mon.0) 254 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:39.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:39 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:38.636042+0000 mon.smithi080 (mon.0) 255 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:48:39.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:39 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:38.636550+0000 mon.smithi080 (mon.0) 256 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T22:48:39.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:39 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:38.640688+0000 mon.smithi080 (mon.0) 257 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:48:39.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:39 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:38.644019+0000 mon.smithi080 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T22:48:39.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:39 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:38.646661+0000 mon.smithi080 (mon.0) 259 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T22:48:39.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:39 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:38.647573+0000 mon.smithi080 (mon.0) 260 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T22:48:39.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:39 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:38.647733+0000 mon.smithi080 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:48:39.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:39 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:38.648164+0000 mon.smithi080 (mon.0) 262 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:48:40.924 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:48:40.949 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:38.959038+0000 mgr.smithi080.zyybpm (mgr.14182) 64 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:40.949 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:40.603304+0000 mon.smithi150 (mon.1) 2 : audit [INF] from='client.? 172.21.15.150:0/1668360312' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94af760c-879f-4e51-812f-34c858b8f657"}]: dispatch 2023-12-08T22:48:40.949 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:40.603760+0000 mon.smithi080 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94af760c-879f-4e51-812f-34c858b8f657"}]: dispatch 2023-12-08T22:48:40.949 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:40.609444+0000 mon.smithi080 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "94af760c-879f-4e51-812f-34c858b8f657"}]': finished 2023-12-08T22:48:40.949 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:40.609487+0000 mon.smithi080 (mon.0) 265 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-08T22:48:40.949 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:40.609572+0000 mon.smithi080 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:48:40.992 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:38.959038+0000 mgr.smithi080.zyybpm (mgr.14182) 64 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:40.992 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:40.603304+0000 mon.smithi150 (mon.1) 2 : audit [INF] from='client.? 172.21.15.150:0/1668360312' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94af760c-879f-4e51-812f-34c858b8f657"}]: dispatch 2023-12-08T22:48:40.992 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:40.603760+0000 mon.smithi080 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94af760c-879f-4e51-812f-34c858b8f657"}]: dispatch 2023-12-08T22:48:40.992 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:40.609444+0000 mon.smithi080 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "94af760c-879f-4e51-812f-34c858b8f657"}]': finished 2023-12-08T22:48:40.992 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:40.609487+0000 mon.smithi080 (mon.0) 265 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-08T22:48:40.992 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:40.609572+0000 mon.smithi080 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:48:41.394 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1702075720,"num_remapped_pgs":0} 2023-12-08T22:48:41.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:40.712123+0000 mon.smithi080 (mon.0) 267 : audit [INF] from='client.? 172.21.15.80:0/1497568478' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3ee3153e-d2b4-41bc-b310-c009c5b64081"}]: dispatch 2023-12-08T22:48:41.989 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:40.715308+0000 mon.smithi080 (mon.0) 268 : audit [INF] from='client.? 172.21.15.80:0/1497568478' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3ee3153e-d2b4-41bc-b310-c009c5b64081"}]': finished 2023-12-08T22:48:41.989 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:40.715352+0000 mon.smithi080 (mon.0) 269 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-08T22:48:41.989 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:40.715485+0000 mon.smithi080 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:48:41.990 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:40.715867+0000 mon.smithi080 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:48:41.990 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:40.920840+0000 mon.smithi080 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.80:0/1589958495' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:48:42.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:40.712123+0000 mon.smithi080 (mon.0) 267 : audit [INF] from='client.? 172.21.15.80:0/1497568478' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3ee3153e-d2b4-41bc-b310-c009c5b64081"}]: dispatch 2023-12-08T22:48:42.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:40.715308+0000 mon.smithi080 (mon.0) 268 : audit [INF] from='client.? 172.21.15.80:0/1497568478' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3ee3153e-d2b4-41bc-b310-c009c5b64081"}]': finished 2023-12-08T22:48:42.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:40.715352+0000 mon.smithi080 (mon.0) 269 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-08T22:48:42.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:40.715485+0000 mon.smithi080 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:48:42.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:40.715867+0000 mon.smithi080 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:48:42.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:40.920840+0000 mon.smithi080 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.80:0/1589958495' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:48:42.395 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:48:42.720 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:42 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:40.959354+0000 mgr.smithi080.zyybpm (mgr.14182) 65 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:42.720 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:42 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:42.098968+0000 mon.smithi080 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.80:0/2999735508' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T22:48:42.720 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:42 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:42.109176+0000 mon.smithi150 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.150:0/172566341' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T22:48:43.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:42 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:40.959354+0000 mgr.smithi080.zyybpm (mgr.14182) 65 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:43.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:42 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:42.098968+0000 mon.smithi080 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.80:0/2999735508' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T22:48:43.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:42 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:42.109176+0000 mon.smithi150 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.150:0/172566341' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T22:48:43.747 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:48:44.124 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1702075720,"num_remapped_pgs":0} 2023-12-08T22:48:44.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:42.959666+0000 mgr.smithi080.zyybpm (mgr.14182) 66 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:44.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:43.744339+0000 mon.smithi080 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.80:0/1917489611' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:48:44.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:44.617183+0000 mon.smithi080 (mon.0) 275 : audit [INF] from='client.? 172.21.15.80:0/419862805' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b1e4468a-9333-4351-b554-bfec7ad9412c"}]: dispatch 2023-12-08T22:48:44.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:44.621198+0000 mon.smithi080 (mon.0) 276 : audit [INF] from='client.? 172.21.15.80:0/419862805' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b1e4468a-9333-4351-b554-bfec7ad9412c"}]': finished 2023-12-08T22:48:44.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:44.621260+0000 mon.smithi080 (mon.0) 277 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-08T22:48:44.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:44.621393+0000 mon.smithi080 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:48:44.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:44.621628+0000 mon.smithi080 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:48:44.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:44.621684+0000 mon.smithi150 (mon.1) 4 : audit [INF] from='client.? 172.21.15.150:0/2075529528' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "687a0ed5-dafa-440c-904b-7a317b66c952"}]: dispatch 2023-12-08T22:48:44.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:44.621766+0000 mon.smithi080 (mon.0) 280 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:48:44.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:44.622004+0000 mon.smithi080 (mon.0) 281 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "687a0ed5-dafa-440c-904b-7a317b66c952"}]: dispatch 2023-12-08T22:48:44.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:44.626286+0000 mon.smithi080 (mon.0) 282 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "687a0ed5-dafa-440c-904b-7a317b66c952"}]': finished 2023-12-08T22:48:44.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:44.626344+0000 mon.smithi080 (mon.0) 283 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-08T22:48:44.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:44.626535+0000 mon.smithi080 (mon.0) 284 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:48:44.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:44.626692+0000 mon.smithi080 (mon.0) 285 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:48:44.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:44.626834+0000 mon.smithi080 (mon.0) 286 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:48:44.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:44.627003+0000 mon.smithi080 (mon.0) 287 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:48:45.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:42.959666+0000 mgr.smithi080.zyybpm (mgr.14182) 66 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:45.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:43.744339+0000 mon.smithi080 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.80:0/1917489611' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:48:45.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:44.617183+0000 mon.smithi080 (mon.0) 275 : audit [INF] from='client.? 172.21.15.80:0/419862805' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b1e4468a-9333-4351-b554-bfec7ad9412c"}]: dispatch 2023-12-08T22:48:45.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:44.621198+0000 mon.smithi080 (mon.0) 276 : audit [INF] from='client.? 172.21.15.80:0/419862805' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b1e4468a-9333-4351-b554-bfec7ad9412c"}]': finished 2023-12-08T22:48:45.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:44.621260+0000 mon.smithi080 (mon.0) 277 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-08T22:48:45.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:44.621393+0000 mon.smithi080 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:48:45.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:44.621628+0000 mon.smithi080 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:48:45.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:44.621684+0000 mon.smithi150 (mon.1) 4 : audit [INF] from='client.? 172.21.15.150:0/2075529528' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "687a0ed5-dafa-440c-904b-7a317b66c952"}]: dispatch 2023-12-08T22:48:45.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:44.621766+0000 mon.smithi080 (mon.0) 280 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:48:45.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:44.622004+0000 mon.smithi080 (mon.0) 281 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "687a0ed5-dafa-440c-904b-7a317b66c952"}]: dispatch 2023-12-08T22:48:45.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:44.626286+0000 mon.smithi080 (mon.0) 282 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "687a0ed5-dafa-440c-904b-7a317b66c952"}]': finished 2023-12-08T22:48:45.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:44.626344+0000 mon.smithi080 (mon.0) 283 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-08T22:48:45.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:44.626535+0000 mon.smithi080 (mon.0) 284 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:48:45.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:44.626692+0000 mon.smithi080 (mon.0) 285 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:48:45.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:44.626834+0000 mon.smithi080 (mon.0) 286 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:48:45.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:44.627003+0000 mon.smithi080 (mon.0) 287 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:48:45.126 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:48:46.466 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:48:46.798 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:46 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:44.959983+0000 mgr.smithi080.zyybpm (mgr.14182) 67 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:46.798 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:46 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:45.929203+0000 mon.smithi150 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.150:0/1208015212' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T22:48:46.798 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:46 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:45.958793+0000 mon.smithi080 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.80:0/1984932634' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T22:48:46.798 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:46 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:46.463469+0000 mon.smithi080 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.80:0/107705700' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:48:46.846 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1702075724,"num_remapped_pgs":0} 2023-12-08T22:48:47.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:46 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:44.959983+0000 mgr.smithi080.zyybpm (mgr.14182) 67 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:47.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:46 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:45.929203+0000 mon.smithi150 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.150:0/1208015212' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T22:48:47.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:46 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:45.958793+0000 mon.smithi080 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.80:0/1984932634' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T22:48:47.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:46 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:46.463469+0000 mon.smithi080 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.80:0/107705700' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:48:47.848 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:48:48.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:48 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:46.960175+0000 mgr.smithi080.zyybpm (mgr.14182) 68 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:48.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:48 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:48.436884+0000 mon.smithi150 (mon.1) 6 : audit [INF] from='client.? 172.21.15.150:0/2459256181' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "23540e0a-9e16-4f66-82c7-8be5073cf700"}]: dispatch 2023-12-08T22:48:48.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:48 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:48.437268+0000 mon.smithi080 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "23540e0a-9e16-4f66-82c7-8be5073cf700"}]: dispatch 2023-12-08T22:48:48.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:48 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:48.440708+0000 mon.smithi080 (mon.0) 291 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "23540e0a-9e16-4f66-82c7-8be5073cf700"}]': finished 2023-12-08T22:48:48.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:48 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:48.440750+0000 mon.smithi080 (mon.0) 292 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-08T22:48:48.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:48 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:48.440846+0000 mon.smithi080 (mon.0) 293 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:48:48.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:48 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:48.441122+0000 mon.smithi080 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:48:48.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:48 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:48.441276+0000 mon.smithi080 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:48:48.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:48 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:48.441416+0000 mon.smithi080 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:48:48.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:48 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:48.441557+0000 mon.smithi080 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:48:48.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:48 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:48.486619+0000 mon.smithi080 (mon.0) 298 : audit [INF] from='client.? 172.21.15.80:0/2605704367' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b0e80f3d-8dba-4841-8fc8-adf32c80cf6b"}]: dispatch 2023-12-08T22:48:48.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:48 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:48.490271+0000 mon.smithi080 (mon.0) 299 : audit [INF] from='client.? 172.21.15.80:0/2605704367' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b0e80f3d-8dba-4841-8fc8-adf32c80cf6b"}]': finished 2023-12-08T22:48:48.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:48 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:48.490306+0000 mon.smithi080 (mon.0) 300 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-08T22:48:48.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:48 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:48.490389+0000 mon.smithi080 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:48:48.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:48 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:48.490633+0000 mon.smithi080 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:48:48.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:48 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:48.490764+0000 mon.smithi080 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:48:48.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:48 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:48.490943+0000 mon.smithi080 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:48:48.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:48 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:48.491081+0000 mon.smithi080 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:48:48.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:48 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:48.491218+0000 mon.smithi080 (mon.0) 306 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:48:48.873 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:46.960175+0000 mgr.smithi080.zyybpm (mgr.14182) 68 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:48.873 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:48.436884+0000 mon.smithi150 (mon.1) 6 : audit [INF] from='client.? 172.21.15.150:0/2459256181' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "23540e0a-9e16-4f66-82c7-8be5073cf700"}]: dispatch 2023-12-08T22:48:48.873 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:48.437268+0000 mon.smithi080 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "23540e0a-9e16-4f66-82c7-8be5073cf700"}]: dispatch 2023-12-08T22:48:48.873 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:48.440708+0000 mon.smithi080 (mon.0) 291 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "23540e0a-9e16-4f66-82c7-8be5073cf700"}]': finished 2023-12-08T22:48:48.873 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:48.440750+0000 mon.smithi080 (mon.0) 292 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-08T22:48:48.873 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:48.440846+0000 mon.smithi080 (mon.0) 293 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:48:48.873 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:48.441122+0000 mon.smithi080 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:48:48.873 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:48.441276+0000 mon.smithi080 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:48:48.873 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:48.441416+0000 mon.smithi080 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:48:48.874 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:48.441557+0000 mon.smithi080 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:48:48.874 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:48.486619+0000 mon.smithi080 (mon.0) 298 : audit [INF] from='client.? 172.21.15.80:0/2605704367' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b0e80f3d-8dba-4841-8fc8-adf32c80cf6b"}]: dispatch 2023-12-08T22:48:48.874 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:48.490271+0000 mon.smithi080 (mon.0) 299 : audit [INF] from='client.? 172.21.15.80:0/2605704367' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b0e80f3d-8dba-4841-8fc8-adf32c80cf6b"}]': finished 2023-12-08T22:48:48.874 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:48.490306+0000 mon.smithi080 (mon.0) 300 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-08T22:48:48.874 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:48.490389+0000 mon.smithi080 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:48:48.874 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:48.490633+0000 mon.smithi080 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:48:48.874 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:48.490764+0000 mon.smithi080 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:48:48.874 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:48.490943+0000 mon.smithi080 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:48:48.874 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:48.491081+0000 mon.smithi080 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:48:48.874 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:48.491218+0000 mon.smithi080 (mon.0) 306 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:48:49.227 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:48:49.686 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1702075728,"num_remapped_pgs":0} 2023-12-08T22:48:49.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:49 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:49.224912+0000 mon.smithi080 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.80:0/2350861479' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:48:49.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:49 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:49.648916+0000 mon.smithi150 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.150:0/2228485554' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T22:48:50.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:49 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:49.224912+0000 mon.smithi080 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.80:0/2350861479' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:48:50.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:49 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:49.648916+0000 mon.smithi150 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.150:0/2228485554' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T22:48:50.687 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:48:50.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:50 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:48.960403+0000 mgr.smithi080.zyybpm (mgr.14182) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:50.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:50 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:49.960771+0000 mon.smithi080 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.80:0/3602264566' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T22:48:51.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:50 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:48.960403+0000 mgr.smithi080.zyybpm (mgr.14182) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:51.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:50 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:49.960771+0000 mon.smithi080 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.80:0/3602264566' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T22:48:51.992 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:48:52.554 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1702075728,"num_remapped_pgs":0} 2023-12-08T22:48:52.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:50.960746+0000 mgr.smithi080.zyybpm (mgr.14182) 70 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:52.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:51.989553+0000 mon.smithi080 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.80:0/3384543752' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:48:52.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:52.168374+0000 mon.smithi150 (mon.1) 8 : audit [INF] from='client.? 172.21.15.150:0/4062762242' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3905a6ca-644e-4aa3-a612-0be18e629ef9"}]: dispatch 2023-12-08T22:48:52.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:52.168726+0000 mon.smithi080 (mon.0) 310 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3905a6ca-644e-4aa3-a612-0be18e629ef9"}]: dispatch 2023-12-08T22:48:52.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:52.176777+0000 mon.smithi080 (mon.0) 311 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3905a6ca-644e-4aa3-a612-0be18e629ef9"}]': finished 2023-12-08T22:48:52.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:52.176828+0000 mon.smithi080 (mon.0) 312 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-08T22:48:52.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:52.176944+0000 mon.smithi080 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:48:52.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:52.177273+0000 mon.smithi080 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:48:52.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:52.177470+0000 mon.smithi080 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:48:52.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:52.177658+0000 mon.smithi080 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:48:52.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:52.177842+0000 mon.smithi080 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:48:52.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:52.178045+0000 mon.smithi080 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:48:52.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:52.178230+0000 mon.smithi080 (mon.0) 319 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:48:52.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:52.507325+0000 mon.smithi080 (mon.0) 320 : audit [INF] from='client.? 172.21.15.80:0/342685421' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9aafa09b-467a-4d31-b448-b77d071f63c1"}]: dispatch 2023-12-08T22:48:52.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:52.511653+0000 mon.smithi080 (mon.0) 321 : audit [INF] from='client.? 172.21.15.80:0/342685421' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9aafa09b-467a-4d31-b448-b77d071f63c1"}]': finished 2023-12-08T22:48:52.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:52.511713+0000 mon.smithi080 (mon.0) 322 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-08T22:48:52.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:52.511834+0000 mon.smithi080 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:48:52.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:52.512178+0000 mon.smithi080 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:48:52.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:52.512379+0000 mon.smithi080 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:48:52.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:52.512598+0000 mon.smithi080 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:48:52.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:52.512798+0000 mon.smithi080 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:48:52.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:52.513006+0000 mon.smithi080 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:48:52.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:52.513221+0000 mon.smithi080 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:48:52.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:52.513418+0000 mon.smithi080 (mon.0) 330 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:48:53.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:50.960746+0000 mgr.smithi080.zyybpm (mgr.14182) 70 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:53.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:51.989553+0000 mon.smithi080 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.80:0/3384543752' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:48:53.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:52.168374+0000 mon.smithi150 (mon.1) 8 : audit [INF] from='client.? 172.21.15.150:0/4062762242' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3905a6ca-644e-4aa3-a612-0be18e629ef9"}]: dispatch 2023-12-08T22:48:53.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:52.168726+0000 mon.smithi080 (mon.0) 310 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3905a6ca-644e-4aa3-a612-0be18e629ef9"}]: dispatch 2023-12-08T22:48:53.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:52.176777+0000 mon.smithi080 (mon.0) 311 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3905a6ca-644e-4aa3-a612-0be18e629ef9"}]': finished 2023-12-08T22:48:53.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:52.176828+0000 mon.smithi080 (mon.0) 312 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-08T22:48:53.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:52.176944+0000 mon.smithi080 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:48:53.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:52.177273+0000 mon.smithi080 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:48:53.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:52.177470+0000 mon.smithi080 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:48:53.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:52.177658+0000 mon.smithi080 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:48:53.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:52.177842+0000 mon.smithi080 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:48:53.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:52.178045+0000 mon.smithi080 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:48:53.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:52.178230+0000 mon.smithi080 (mon.0) 319 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:48:53.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:52.507325+0000 mon.smithi080 (mon.0) 320 : audit [INF] from='client.? 172.21.15.80:0/342685421' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9aafa09b-467a-4d31-b448-b77d071f63c1"}]: dispatch 2023-12-08T22:48:53.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:52.511653+0000 mon.smithi080 (mon.0) 321 : audit [INF] from='client.? 172.21.15.80:0/342685421' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9aafa09b-467a-4d31-b448-b77d071f63c1"}]': finished 2023-12-08T22:48:53.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:52.511713+0000 mon.smithi080 (mon.0) 322 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-08T22:48:53.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:52.511834+0000 mon.smithi080 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:48:53.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:52.512178+0000 mon.smithi080 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:48:53.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:52.512379+0000 mon.smithi080 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:48:53.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:52.512598+0000 mon.smithi080 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:48:53.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:52.512798+0000 mon.smithi080 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:48:53.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:52.513006+0000 mon.smithi080 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:48:53.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:52.513221+0000 mon.smithi080 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:48:53.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:52.513418+0000 mon.smithi080 (mon.0) 330 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:48:53.554 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:48:54.545 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:54 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:52.961131+0000 mgr.smithi080.zyybpm (mgr.14182) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:54.545 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:54 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:53.476647+0000 mon.smithi150 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.150:0/4255174701' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T22:48:54.545 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:54 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:53.786256+0000 mon.smithi080 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.80:0/2154053245' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T22:48:54.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:54 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:52.961131+0000 mgr.smithi080.zyybpm (mgr.14182) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:54.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:54 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:53.476647+0000 mon.smithi150 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.150:0/4255174701' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T22:48:54.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:54 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:53.786256+0000 mon.smithi080 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.80:0/2154053245' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T22:48:54.922 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:48:55.244 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1702075732,"num_remapped_pgs":0} 2023-12-08T22:48:55.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:55 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:54.920520+0000 mon.smithi080 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.80:0/1260869823' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:48:55.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:55 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:54.920520+0000 mon.smithi080 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.80:0/1260869823' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:48:56.245 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:48:56.575 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:56 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:54.961465+0000 mgr.smithi080.zyybpm (mgr.14182) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:56.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:56 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:54.961465+0000 mgr.smithi080.zyybpm (mgr.14182) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:57.661 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:48:58.175 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1702075732,"num_remapped_pgs":0} 2023-12-08T22:48:58.593 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:58 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:56.961823+0000 mgr.smithi080.zyybpm (mgr.14182) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:58.593 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:58 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:57.658122+0000 mon.smithi080 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.80:0/3572164738' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:48:58.593 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:58 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:57.722011+0000 mon.smithi080 (mon.0) 334 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-08T22:48:58.593 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:58 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:57.722606+0000 mon.smithi080 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:48:58.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:58 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:56.961823+0000 mgr.smithi080.zyybpm (mgr.14182) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:48:58.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:58 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:57.658122+0000 mon.smithi080 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.80:0/3572164738' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:48:58.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:58 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:57.722011+0000 mon.smithi080 (mon.0) 334 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-08T22:48:58.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:58 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:57.722606+0000 mon.smithi080 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:48:59.176 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:48:59.485 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:59 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:48:57.723140+0000 mgr.smithi080.zyybpm (mgr.14182) 74 : cephadm [INF] Deploying daemon osd.0 on smithi150 2023-12-08T22:48:59.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:59 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:58.804376+0000 mon.smithi080 (mon.0) 336 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-08T22:48:59.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:48:59 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:48:58.805007+0000 mon.smithi080 (mon.0) 337 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:48:59.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:59 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:48:57.723140+0000 mgr.smithi080.zyybpm (mgr.14182) 74 : cephadm [INF] Deploying daemon osd.0 on smithi150 2023-12-08T22:48:59.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:59 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:58.804376+0000 mon.smithi080 (mon.0) 336 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-08T22:48:59.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:48:59 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:48:58.805007+0000 mon.smithi080 (mon.0) 337 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:49:00.412 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:00 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:48:58.805495+0000 mgr.smithi080.zyybpm (mgr.14182) 75 : cephadm [INF] Deploying daemon osd.1 on smithi080 2023-12-08T22:49:00.412 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:00 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:48:58.962136+0000 mgr.smithi080.zyybpm (mgr.14182) 76 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:49:00.549 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:00 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:48:58.805495+0000 mgr.smithi080.zyybpm (mgr.14182) 75 : cephadm [INF] Deploying daemon osd.1 on smithi080 2023-12-08T22:49:00.549 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:00 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:48:58.962136+0000 mgr.smithi080.zyybpm (mgr.14182) 76 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:49:01.361 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:49:01.817 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1702075732,"num_remapped_pgs":0} 2023-12-08T22:49:02.276 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:02 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:00.962367+0000 mgr.smithi080.zyybpm (mgr.14182) 77 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:49:02.277 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:02 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:01.201527+0000 mon.smithi080 (mon.0) 338 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:02.277 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:02 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:01.202164+0000 mon.smithi080 (mon.0) 339 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-08T22:49:02.277 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:02 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:01.202764+0000 mon.smithi080 (mon.0) 340 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:49:02.277 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:02 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:49:01.203269+0000 mgr.smithi080.zyybpm (mgr.14182) 78 : cephadm [INF] Deploying daemon osd.3 on smithi150 2023-12-08T22:49:02.277 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:02 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:01.358216+0000 mon.smithi080 (mon.0) 341 : audit [DBG] from='client.? 172.21.15.80:0/96087714' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:49:02.485 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:02 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:00.962367+0000 mgr.smithi080.zyybpm (mgr.14182) 77 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:49:02.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:02 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:01.201527+0000 mon.smithi080 (mon.0) 338 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:02.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:02 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:01.202164+0000 mon.smithi080 (mon.0) 339 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-08T22:49:02.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:02 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:01.202764+0000 mon.smithi080 (mon.0) 340 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:49:02.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:02 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:49:01.203269+0000 mgr.smithi080.zyybpm (mgr.14182) 78 : cephadm [INF] Deploying daemon osd.3 on smithi150 2023-12-08T22:49:02.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:02 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:01.358216+0000 mon.smithi080 (mon.0) 341 : audit [DBG] from='client.? 172.21.15.80:0/96087714' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:49:02.818 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:49:03.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:03 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:02.708817+0000 mon.smithi080 (mon.0) 342 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:03.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:03 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:02.709442+0000 mon.smithi080 (mon.0) 343 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-08T22:49:03.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:03 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:02.709951+0000 mon.smithi080 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:49:03.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:03 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:49:02.710375+0000 mgr.smithi080.zyybpm (mgr.14182) 79 : cephadm [INF] Deploying daemon osd.2 on smithi080 2023-12-08T22:49:03.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:03 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:02.962611+0000 mgr.smithi080.zyybpm (mgr.14182) 80 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:49:04.059 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:03 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:02.708817+0000 mon.smithi080 (mon.0) 342 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:04.059 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:03 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:02.709442+0000 mon.smithi080 (mon.0) 343 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-08T22:49:04.059 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:03 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:02.709951+0000 mon.smithi080 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:49:04.059 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:03 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:49:02.710375+0000 mgr.smithi080.zyybpm (mgr.14182) 79 : cephadm [INF] Deploying daemon osd.2 on smithi080 2023-12-08T22:49:04.059 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:03 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:02.962611+0000 mgr.smithi080.zyybpm (mgr.14182) 80 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:49:04.508 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:49:04.978 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:04 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:04.451911+0000 mon.smithi150 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.150:6800/730663866,v1:172.21.15.150:6801/730663866]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T22:49:04.978 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:04 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:04.452426+0000 mon.smithi080 (mon.0) 345 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T22:49:04.978 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:04 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:04.506168+0000 mon.smithi080 (mon.0) 346 : audit [DBG] from='client.? 172.21.15.80:0/2446494703' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:49:05.063 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1702075732,"num_remapped_pgs":0} 2023-12-08T22:49:05.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:04 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:04.451911+0000 mon.smithi150 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.150:6800/730663866,v1:172.21.15.150:6801/730663866]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T22:49:05.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:04 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:04.452426+0000 mon.smithi080 (mon.0) 345 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T22:49:05.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:04 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:04.506168+0000 mon.smithi080 (mon.0) 346 : audit [DBG] from='client.? 172.21.15.80:0/2446494703' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:49:05.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:05 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:04.714281+0000 mon.smithi080 (mon.0) 347 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-08T22:49:05.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:05 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:04.714328+0000 mon.smithi080 (mon.0) 348 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-08T22:49:05.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:05 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:04.714621+0000 mon.smithi080 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:49:05.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:05 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:04.714835+0000 mon.smithi080 (mon.0) 350 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:49:05.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:05 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:04.714963+0000 mon.smithi080 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:49:05.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:05 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:04.715050+0000 mon.smithi150 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.150:6800/730663866,v1:172.21.15.150:6801/730663866]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-08T22:49:05.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:05 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:04.715156+0000 mon.smithi080 (mon.0) 352 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:49:05.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:05 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:04.717962+0000 mon.smithi080 (mon.0) 353 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:49:05.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:05 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:04.718247+0000 mon.smithi080 (mon.0) 354 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-08T22:49:05.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:05 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:04.718439+0000 mon.smithi080 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:49:05.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:05 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:04.718599+0000 mon.smithi080 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:49:05.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:05 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:04.718784+0000 mon.smithi080 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:05.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:05 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:04.742049+0000 mon.smithi080 (mon.0) 358 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:05.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:05 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:04.742607+0000 mon.smithi080 (mon.0) 359 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-08T22:49:05.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:05 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:04.743116+0000 mon.smithi080 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:49:05.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:05 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:49:04.743603+0000 mgr.smithi080.zyybpm (mgr.14182) 81 : cephadm [INF] Deploying daemon osd.4 on smithi150 2023-12-08T22:49:05.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:05 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:04.963002+0000 mgr.smithi080.zyybpm (mgr.14182) 82 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:49:06.064 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:49:06.088 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:05 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:04.714281+0000 mon.smithi080 (mon.0) 347 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-08T22:49:06.089 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:05 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:04.714328+0000 mon.smithi080 (mon.0) 348 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-08T22:49:06.089 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:05 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:04.714621+0000 mon.smithi080 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:49:06.089 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:05 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:04.714835+0000 mon.smithi080 (mon.0) 350 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:49:06.089 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:05 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:04.714963+0000 mon.smithi080 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:49:06.089 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:05 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:04.715050+0000 mon.smithi150 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.150:6800/730663866,v1:172.21.15.150:6801/730663866]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-08T22:49:06.089 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:05 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:04.715156+0000 mon.smithi080 (mon.0) 352 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:49:06.089 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:05 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:04.717962+0000 mon.smithi080 (mon.0) 353 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:49:06.089 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:05 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:04.718247+0000 mon.smithi080 (mon.0) 354 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-08T22:49:06.089 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:05 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:04.718439+0000 mon.smithi080 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:49:06.089 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:05 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:04.718599+0000 mon.smithi080 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:49:06.089 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:05 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:04.718784+0000 mon.smithi080 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:06.089 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:05 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:04.742049+0000 mon.smithi080 (mon.0) 358 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:06.089 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:05 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:04.742607+0000 mon.smithi080 (mon.0) 359 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-08T22:49:06.090 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:05 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:04.743116+0000 mon.smithi080 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:49:06.090 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:05 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:49:04.743603+0000 mgr.smithi080.zyybpm (mgr.14182) 81 : cephadm [INF] Deploying daemon osd.4 on smithi150 2023-12-08T22:49:06.090 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:05 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:04.963002+0000 mgr.smithi080.zyybpm (mgr.14182) 82 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:49:06.915 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:05.719006+0000 mon.smithi080 (mon.0) 361 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2023-12-08T22:49:06.915 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:05.719057+0000 mon.smithi080 (mon.0) 362 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-08T22:49:06.915 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:05.719376+0000 mon.smithi080 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:49:06.915 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:05.719634+0000 mon.smithi080 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:49:06.915 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:05.719807+0000 mon.smithi080 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:49:06.915 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:05.719952+0000 mon.smithi080 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:49:06.915 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:05.720088+0000 mon.smithi080 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:49:06.915 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:05.723217+0000 mon.smithi080 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:49:06.915 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:05.723406+0000 mon.smithi080 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:49:06.915 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:05.723554+0000 mon.smithi080 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:06.915 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:05.723718+0000 mon.smithi080 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:49:06.915 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:05.920489+0000 mon.smithi080 (mon.0) 372 : audit [INF] from='osd.1 [v2:172.21.15.80:6802/79956771,v1:172.21.15.80:6803/79956771]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T22:49:06.992 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:06 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:05.719006+0000 mon.smithi080 (mon.0) 361 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2023-12-08T22:49:06.992 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:06 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:05.719057+0000 mon.smithi080 (mon.0) 362 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-08T22:49:06.992 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:06 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:05.719376+0000 mon.smithi080 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:49:06.992 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:06 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:05.719634+0000 mon.smithi080 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:49:06.992 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:06 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:05.719807+0000 mon.smithi080 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:49:06.992 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:06 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:05.719952+0000 mon.smithi080 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:49:06.992 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:06 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:05.720088+0000 mon.smithi080 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:49:06.992 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:06 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:05.723217+0000 mon.smithi080 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:49:06.992 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:06 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:05.723406+0000 mon.smithi080 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:49:06.992 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:06 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:05.723554+0000 mon.smithi080 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:06.992 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:06 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:05.723718+0000 mon.smithi080 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:49:06.992 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:06 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:05.920489+0000 mon.smithi080 (mon.0) 372 : audit [INF] from='osd.1 [v2:172.21.15.80:6802/79956771,v1:172.21.15.80:6803/79956771]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T22:49:07.584 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:49:07.958 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:05.480386+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T22:49:07.958 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:05.480428+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T22:49:07.958 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:06.725985+0000 mon.smithi080 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:49:07.958 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:06.747874+0000 mon.smithi080 (mon.0) 374 : cluster [INF] osd.0 [v2:172.21.15.150:6800/730663866,v1:172.21.15.150:6801/730663866] boot 2023-12-08T22:49:07.958 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:06.747926+0000 mon.smithi080 (mon.0) 375 : audit [INF] from='osd.1 [v2:172.21.15.80:6802/79956771,v1:172.21.15.80:6803/79956771]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-08T22:49:07.958 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:06.747982+0000 mon.smithi080 (mon.0) 376 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-08T22:49:07.958 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:06.748082+0000 mon.smithi080 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:49:07.958 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:06.748482+0000 mon.smithi080 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:49:07.958 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:06.748695+0000 mon.smithi080 (mon.0) 379 : audit [INF] from='osd.1 [v2:172.21.15.80:6802/79956771,v1:172.21.15.80:6803/79956771]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2023-12-08T22:49:07.958 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:06.748967+0000 mon.smithi080 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:49:07.959 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:06.749161+0000 mon.smithi080 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:49:07.959 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:06.749373+0000 mon.smithi080 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:49:07.959 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:06.749563+0000 mon.smithi080 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:49:07.959 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:06.749763+0000 mon.smithi080 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:49:07.959 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:06.749955+0000 mon.smithi080 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:07.959 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:06.957659+0000 mon.smithi080 (mon.0) 386 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:07.959 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:06.958273+0000 mon.smithi080 (mon.0) 387 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-08T22:49:07.959 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:06.958786+0000 mon.smithi080 (mon.0) 388 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:49:07.959 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:49:06.959246+0000 mgr.smithi080.zyybpm (mgr.14182) 83 : cephadm [INF] Deploying daemon osd.5 on smithi080 2023-12-08T22:49:07.959 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:06.963195+0000 mgr.smithi080.zyybpm (mgr.14182) 84 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:49:07.959 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:07.582297+0000 mon.smithi080 (mon.0) 389 : audit [DBG] from='client.? 172.21.15.80:0/1553881896' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:49:07.993 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:07 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:05.480386+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T22:49:07.993 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:07 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:05.480428+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T22:49:07.993 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:07 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:06.725985+0000 mon.smithi080 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:49:07.993 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:07 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:06.747874+0000 mon.smithi080 (mon.0) 374 : cluster [INF] osd.0 [v2:172.21.15.150:6800/730663866,v1:172.21.15.150:6801/730663866] boot 2023-12-08T22:49:07.993 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:07 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:06.747926+0000 mon.smithi080 (mon.0) 375 : audit [INF] from='osd.1 [v2:172.21.15.80:6802/79956771,v1:172.21.15.80:6803/79956771]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-08T22:49:07.993 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:07 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:06.747982+0000 mon.smithi080 (mon.0) 376 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-08T22:49:07.993 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:07 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:06.748082+0000 mon.smithi080 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:49:07.993 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:07 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:06.748482+0000 mon.smithi080 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:49:07.993 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:07 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:06.748695+0000 mon.smithi080 (mon.0) 379 : audit [INF] from='osd.1 [v2:172.21.15.80:6802/79956771,v1:172.21.15.80:6803/79956771]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2023-12-08T22:49:07.993 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:07 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:06.748967+0000 mon.smithi080 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:49:07.993 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:07 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:06.749161+0000 mon.smithi080 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:49:07.993 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:07 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:06.749373+0000 mon.smithi080 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:49:07.994 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:07 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:06.749563+0000 mon.smithi080 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:49:07.994 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:07 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:06.749763+0000 mon.smithi080 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:49:07.994 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:07 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:06.749955+0000 mon.smithi080 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:07.994 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:07 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:06.957659+0000 mon.smithi080 (mon.0) 386 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:07.994 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:07 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:06.958273+0000 mon.smithi080 (mon.0) 387 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-08T22:49:07.994 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:07 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:06.958786+0000 mon.smithi080 (mon.0) 388 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:49:07.994 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:07 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:49:06.959246+0000 mgr.smithi080.zyybpm (mgr.14182) 83 : cephadm [INF] Deploying daemon osd.5 on smithi080 2023-12-08T22:49:07.994 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:07 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:06.963195+0000 mgr.smithi080.zyybpm (mgr.14182) 84 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:49:07.994 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:07 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:07.582297+0000 mon.smithi080 (mon.0) 389 : audit [DBG] from='client.? 172.21.15.80:0/1553881896' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:49:08.321 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":16,"num_osds":8,"num_up_osds":1,"osd_up_since":1702075746,"num_in_osds":8,"osd_in_since":1702075732,"num_remapped_pgs":0} 2023-12-08T22:49:08.786 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:07.753259+0000 mon.smithi080 (mon.0) 390 : audit [INF] from='osd.1 [v2:172.21.15.80:6802/79956771,v1:172.21.15.80:6803/79956771]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]': finished 2023-12-08T22:49:08.786 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:07.753301+0000 mon.smithi080 (mon.0) 391 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-08T22:49:08.786 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:07.753389+0000 mon.smithi080 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:49:08.786 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:07.753669+0000 mon.smithi080 (mon.0) 393 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:49:08.786 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:07.753852+0000 mon.smithi080 (mon.0) 394 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:49:08.786 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:07.754292+0000 mon.smithi080 (mon.0) 395 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:49:08.786 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:07.754533+0000 mon.smithi080 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:49:08.786 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:07.754726+0000 mon.smithi080 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:49:08.786 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:07.754864+0000 mon.smithi080 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:08.786 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:07.756626+0000 mon.smithi080 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:49:08.786 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:07.993327+0000 mon.smithi150 (mon.1) 12 : audit [INF] from='osd.3 [v2:172.21.15.150:6808/3593148719,v1:172.21.15.150:6809/3593148719]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-08T22:49:08.786 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:07.993614+0000 mon.smithi080 (mon.0) 400 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-08T22:49:08.787 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:08.363522+0000 mon.smithi080 (mon.0) 401 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:08.787 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:08.364145+0000 mon.smithi080 (mon.0) 402 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-08T22:49:08.787 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:08.364683+0000 mon.smithi080 (mon.0) 403 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:49:08.787 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:49:08.365207+0000 mgr.smithi080.zyybpm (mgr.14182) 85 : cephadm [INF] Deploying daemon osd.6 on smithi150 2023-12-08T22:49:09.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:07.753259+0000 mon.smithi080 (mon.0) 390 : audit [INF] from='osd.1 [v2:172.21.15.80:6802/79956771,v1:172.21.15.80:6803/79956771]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]': finished 2023-12-08T22:49:09.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:07.753301+0000 mon.smithi080 (mon.0) 391 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-08T22:49:09.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:07.753389+0000 mon.smithi080 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:49:09.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:07.753669+0000 mon.smithi080 (mon.0) 393 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:49:09.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:07.753852+0000 mon.smithi080 (mon.0) 394 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:49:09.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:07.754292+0000 mon.smithi080 (mon.0) 395 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:49:09.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:07.754533+0000 mon.smithi080 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:49:09.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:07.754726+0000 mon.smithi080 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:49:09.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:07.754864+0000 mon.smithi080 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:09.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:07.756626+0000 mon.smithi080 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:49:09.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:07.993327+0000 mon.smithi150 (mon.1) 12 : audit [INF] from='osd.3 [v2:172.21.15.150:6808/3593148719,v1:172.21.15.150:6809/3593148719]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-08T22:49:09.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:07.993614+0000 mon.smithi080 (mon.0) 400 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-08T22:49:09.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:08.363522+0000 mon.smithi080 (mon.0) 401 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:09.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:08.364145+0000 mon.smithi080 (mon.0) 402 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-08T22:49:09.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:08.364683+0000 mon.smithi080 (mon.0) 403 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:49:09.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:49:08.365207+0000 mgr.smithi080.zyybpm (mgr.14182) 85 : cephadm [INF] Deploying daemon osd.6 on smithi150 2023-12-08T22:49:09.322 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:49:09.967 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:06.888145+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T22:49:09.967 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:06.888205+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T22:49:09.967 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:08.757135+0000 mon.smithi080 (mon.0) 404 : cluster [INF] osd.1 [v2:172.21.15.80:6802/79956771,v1:172.21.15.80:6803/79956771] boot 2023-12-08T22:49:09.967 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:08.757180+0000 mon.smithi080 (mon.0) 405 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-08T22:49:09.967 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:08.757222+0000 mon.smithi080 (mon.0) 406 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2023-12-08T22:49:09.967 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:08.757787+0000 mon.smithi150 (mon.1) 13 : audit [INF] from='osd.3 [v2:172.21.15.150:6808/3593148719,v1:172.21.15.150:6809/3593148719]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-08T22:49:09.968 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:08.758189+0000 mon.smithi080 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:49:09.968 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:08.758518+0000 mon.smithi080 (mon.0) 408 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-08T22:49:09.968 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:08.761792+0000 mon.smithi080 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:49:09.968 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:08.762002+0000 mon.smithi080 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:49:09.968 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:08.762193+0000 mon.smithi080 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:49:09.968 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:08.762380+0000 mon.smithi080 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:49:09.968 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:08.762569+0000 mon.smithi080 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:49:09.968 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:08.762758+0000 mon.smithi080 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:09.968 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:08.963426+0000 mgr.smithi080.zyybpm (mgr.14182) 86 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-08T22:49:09.968 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:09.755981+0000 mon.smithi080 (mon.0) 415 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2023-12-08T22:49:09.968 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:09.756067+0000 mon.smithi080 (mon.0) 416 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2023-12-08T22:49:09.969 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:09.756203+0000 mon.smithi080 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:49:09.969 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:09.756509+0000 mon.smithi080 (mon.0) 418 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:49:09.969 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:09.756666+0000 mon.smithi080 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:49:09.969 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:09.756854+0000 mon.smithi080 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:49:09.969 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:09.757015+0000 mon.smithi080 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:49:09.969 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:09.757190+0000 mon.smithi080 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:10.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:06.888145+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T22:49:10.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:06.888205+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T22:49:10.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:08.757135+0000 mon.smithi080 (mon.0) 404 : cluster [INF] osd.1 [v2:172.21.15.80:6802/79956771,v1:172.21.15.80:6803/79956771] boot 2023-12-08T22:49:10.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:08.757180+0000 mon.smithi080 (mon.0) 405 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-08T22:49:10.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:08.757222+0000 mon.smithi080 (mon.0) 406 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2023-12-08T22:49:10.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:08.757787+0000 mon.smithi150 (mon.1) 13 : audit [INF] from='osd.3 [v2:172.21.15.150:6808/3593148719,v1:172.21.15.150:6809/3593148719]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-08T22:49:10.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:08.758189+0000 mon.smithi080 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:49:10.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:08.758518+0000 mon.smithi080 (mon.0) 408 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-08T22:49:10.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:08.761792+0000 mon.smithi080 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:49:10.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:08.762002+0000 mon.smithi080 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:49:10.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:08.762193+0000 mon.smithi080 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:49:10.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:08.762380+0000 mon.smithi080 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:49:10.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:08.762569+0000 mon.smithi080 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:49:10.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:08.762758+0000 mon.smithi080 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:10.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:08.963426+0000 mgr.smithi080.zyybpm (mgr.14182) 86 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-08T22:49:10.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:09.755981+0000 mon.smithi080 (mon.0) 415 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2023-12-08T22:49:10.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:09.756067+0000 mon.smithi080 (mon.0) 416 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2023-12-08T22:49:10.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:09.756203+0000 mon.smithi080 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:49:10.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:09.756509+0000 mon.smithi080 (mon.0) 418 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:49:10.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:09.756666+0000 mon.smithi080 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:49:10.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:09.756854+0000 mon.smithi080 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:49:10.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:09.757015+0000 mon.smithi080 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:49:10.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:09.757190+0000 mon.smithi080 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:11.025 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:49:11.050 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:11 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:09.759145+0000 mon.smithi080 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:49:11.051 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:11 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:10.168695+0000 mon.smithi080 (mon.0) 424 : audit [INF] from='osd.2 [v2:172.21.15.80:6810/1288200718,v1:172.21.15.80:6811/1288200718]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T22:49:11.051 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:11 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:10.758891+0000 mon.smithi080 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:49:11.313 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:11 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:09.759145+0000 mon.smithi080 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:49:11.313 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:11 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:10.168695+0000 mon.smithi080 (mon.0) 424 : audit [INF] from='osd.2 [v2:172.21.15.80:6810/1288200718,v1:172.21.15.80:6811/1288200718]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T22:49:11.313 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:11 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:10.758891+0000 mon.smithi080 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:49:11.399 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":20,"num_osds":8,"num_up_osds":3,"osd_up_since":1702075750,"num_in_osds":8,"osd_in_since":1702075732,"num_remapped_pgs":0} 2023-12-08T22:49:12.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:09.023657+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T22:49:12.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:09.023741+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T22:49:12.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:10.767180+0000 mon.smithi080 (mon.0) 426 : cluster [INF] osd.3 [v2:172.21.15.150:6808/3593148719,v1:172.21.15.150:6809/3593148719] boot 2023-12-08T22:49:12.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:10.767249+0000 mon.smithi080 (mon.0) 427 : audit [INF] from='osd.2 [v2:172.21.15.80:6810/1288200718,v1:172.21.15.80:6811/1288200718]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-08T22:49:12.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:10.767310+0000 mon.smithi080 (mon.0) 428 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2023-12-08T22:49:12.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:10.767687+0000 mon.smithi080 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:49:12.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:10.767952+0000 mon.smithi080 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:49:12.237 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:10.768167+0000 mon.smithi080 (mon.0) 431 : audit [INF] from='osd.2 [v2:172.21.15.80:6810/1288200718,v1:172.21.15.80:6811/1288200718]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2023-12-08T22:49:12.237 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:10.768346+0000 mon.smithi080 (mon.0) 432 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:49:12.237 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:10.768498+0000 mon.smithi080 (mon.0) 433 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:49:12.237 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:10.768644+0000 mon.smithi080 (mon.0) 434 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:49:12.237 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:10.768791+0000 mon.smithi080 (mon.0) 435 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:12.237 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:10.768992+0000 mon.smithi080 (mon.0) 436 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 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-08T22:49:12.237 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:10.963749+0000 mgr.smithi080.zyybpm (mgr.14182) 87 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-08T22:49:12.237 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:11.022721+0000 mon.smithi080 (mon.0) 437 : audit [DBG] from='client.? 172.21.15.80:0/555336223' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:49:12.237 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:11.029679+0000 mon.smithi080 (mon.0) 438 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:12.237 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:11.030576+0000 mon.smithi080 (mon.0) 439 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-08T22:49:12.237 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:11.031171+0000 mon.smithi080 (mon.0) 440 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:49:12.237 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:49:11.031657+0000 mgr.smithi080.zyybpm (mgr.14182) 88 : cephadm [INF] Deploying daemon osd.7 on smithi080 2023-12-08T22:49:12.237 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:11.543736+0000 mon.smithi150 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.150:6816/3238409650,v1:172.21.15.150:6817/3238409650]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T22:49:12.237 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:11.544103+0000 mon.smithi080 (mon.0) 441 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T22:49:12.237 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:11.769934+0000 mon.smithi080 (mon.0) 442 : audit [INF] from='osd.2 [v2:172.21.15.80:6810/1288200718,v1:172.21.15.80:6811/1288200718]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]': finished 2023-12-08T22:49:12.238 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:11.769991+0000 mon.smithi080 (mon.0) 443 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 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-08T22:49:12.238 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:11.770025+0000 mon.smithi080 (mon.0) 444 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-08T22:49:12.238 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:11.770081+0000 mon.smithi080 (mon.0) 445 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-12-08T22:49:12.238 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:11.770628+0000 mon.smithi150 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.150:6816/3238409650,v1:172.21.15.150:6817/3238409650]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-08T22:49:12.238 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:11.770869+0000 mon.smithi080 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:49:12.238 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:11.771470+0000 mon.smithi080 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:49:12.238 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:11.771753+0000 mon.smithi080 (mon.0) 448 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-08T22:49:12.238 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:11.772627+0000 mon.smithi080 (mon.0) 449 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:49:12.238 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:11.772886+0000 mon.smithi080 (mon.0) 450 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:49:12.238 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:11.773089+0000 mon.smithi080 (mon.0) 451 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:12.238 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:11.775532+0000 mon.smithi080 (mon.0) 452 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-08T22:49:12.238 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:11.775843+0000 mon.smithi080 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:49:12.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:09.023657+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T22:49:12.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:09.023741+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T22:49:12.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:10.767180+0000 mon.smithi080 (mon.0) 426 : cluster [INF] osd.3 [v2:172.21.15.150:6808/3593148719,v1:172.21.15.150:6809/3593148719] boot 2023-12-08T22:49:12.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:10.767249+0000 mon.smithi080 (mon.0) 427 : audit [INF] from='osd.2 [v2:172.21.15.80:6810/1288200718,v1:172.21.15.80:6811/1288200718]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-08T22:49:12.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:10.767310+0000 mon.smithi080 (mon.0) 428 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2023-12-08T22:49:12.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:10.767687+0000 mon.smithi080 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:49:12.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:10.767952+0000 mon.smithi080 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:49:12.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:10.768167+0000 mon.smithi080 (mon.0) 431 : audit [INF] from='osd.2 [v2:172.21.15.80:6810/1288200718,v1:172.21.15.80:6811/1288200718]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2023-12-08T22:49:12.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:10.768346+0000 mon.smithi080 (mon.0) 432 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:49:12.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:10.768498+0000 mon.smithi080 (mon.0) 433 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:49:12.345 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:10.768644+0000 mon.smithi080 (mon.0) 434 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:49:12.345 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:10.768791+0000 mon.smithi080 (mon.0) 435 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:12.345 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:10.768992+0000 mon.smithi080 (mon.0) 436 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 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-08T22:49:12.345 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:10.963749+0000 mgr.smithi080.zyybpm (mgr.14182) 87 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-08T22:49:12.345 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:11.022721+0000 mon.smithi080 (mon.0) 437 : audit [DBG] from='client.? 172.21.15.80:0/555336223' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:49:12.345 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:11.029679+0000 mon.smithi080 (mon.0) 438 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:12.345 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:11.030576+0000 mon.smithi080 (mon.0) 439 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-08T22:49:12.345 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:11.031171+0000 mon.smithi080 (mon.0) 440 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:49:12.345 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:49:11.031657+0000 mgr.smithi080.zyybpm (mgr.14182) 88 : cephadm [INF] Deploying daemon osd.7 on smithi080 2023-12-08T22:49:12.345 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:11.543736+0000 mon.smithi150 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.150:6816/3238409650,v1:172.21.15.150:6817/3238409650]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T22:49:12.345 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:11.544103+0000 mon.smithi080 (mon.0) 441 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T22:49:12.345 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:11.769934+0000 mon.smithi080 (mon.0) 442 : audit [INF] from='osd.2 [v2:172.21.15.80:6810/1288200718,v1:172.21.15.80:6811/1288200718]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]': finished 2023-12-08T22:49:12.345 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:11.769991+0000 mon.smithi080 (mon.0) 443 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 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-08T22:49:12.346 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:11.770025+0000 mon.smithi080 (mon.0) 444 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-08T22:49:12.346 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:11.770081+0000 mon.smithi080 (mon.0) 445 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-12-08T22:49:12.346 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:11.770628+0000 mon.smithi150 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.150:6816/3238409650,v1:172.21.15.150:6817/3238409650]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-08T22:49:12.346 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:11.770869+0000 mon.smithi080 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:49:12.346 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:11.771470+0000 mon.smithi080 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:49:12.346 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:11.771753+0000 mon.smithi080 (mon.0) 448 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-08T22:49:12.347 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:11.772627+0000 mon.smithi080 (mon.0) 449 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:49:12.347 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:11.772886+0000 mon.smithi080 (mon.0) 450 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:49:12.347 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:11.773089+0000 mon.smithi080 (mon.0) 451 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:12.347 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:11.775532+0000 mon.smithi080 (mon.0) 452 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-08T22:49:12.347 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:11.775843+0000 mon.smithi080 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:49:12.400 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:49:13.197 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:12.032128+0000 mon.smithi080 (mon.0) 454 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:13.198 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:12.769353+0000 mon.smithi080 (mon.0) 455 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2023-12-08T22:49:13.198 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:12.769488+0000 mon.smithi080 (mon.0) 456 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-08T22:49:13.198 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:12.769547+0000 mon.smithi080 (mon.0) 457 : cluster [INF] osd.2 [v2:172.21.15.80:6810/1288200718,v1:172.21.15.80:6811/1288200718] boot 2023-12-08T22:49:13.198 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:12.769577+0000 mon.smithi080 (mon.0) 458 : cluster [DBG] osdmap e22: 8 total, 4 up, 8 in 2023-12-08T22:49:13.198 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:12.769940+0000 mon.smithi080 (mon.0) 459 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:49:13.198 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:12.770147+0000 mon.smithi080 (mon.0) 460 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:49:13.198 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:12.770270+0000 mon.smithi080 (mon.0) 461 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:49:13.198 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:12.770388+0000 mon.smithi080 (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:49:13.198 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:12.770515+0000 mon.smithi080 (mon.0) 463 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:13.198 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:12.776874+0000 mon.smithi080 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:49:13.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:12.032128+0000 mon.smithi080 (mon.0) 454 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:13.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:12.769353+0000 mon.smithi080 (mon.0) 455 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2023-12-08T22:49:13.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:12.769488+0000 mon.smithi080 (mon.0) 456 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-08T22:49:13.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:12.769547+0000 mon.smithi080 (mon.0) 457 : cluster [INF] osd.2 [v2:172.21.15.80:6810/1288200718,v1:172.21.15.80:6811/1288200718] boot 2023-12-08T22:49:13.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:12.769577+0000 mon.smithi080 (mon.0) 458 : cluster [DBG] osdmap e22: 8 total, 4 up, 8 in 2023-12-08T22:49:13.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:12.769940+0000 mon.smithi080 (mon.0) 459 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:49:13.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:12.770147+0000 mon.smithi080 (mon.0) 460 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:49:13.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:12.770270+0000 mon.smithi080 (mon.0) 461 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:49:13.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:12.770388+0000 mon.smithi080 (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:49:13.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:12.770515+0000 mon.smithi080 (mon.0) 463 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:13.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:12.776874+0000 mon.smithi080 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:49:14.118 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:49:14.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:14 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:11.168850+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T22:49:14.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:14 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:11.168913+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T22:49:14.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:14 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:12.964095+0000 mgr.smithi080.zyybpm (mgr.14182) 89 : cluster [DBG] pgmap v57: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-08T22:49:14.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:14 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:13.772955+0000 mon.smithi080 (mon.0) 465 : cluster [INF] osd.4 [v2:172.21.15.150:6816/3238409650,v1:172.21.15.150:6817/3238409650] boot 2023-12-08T22:49:14.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:14 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:13.772988+0000 mon.smithi080 (mon.0) 466 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2023-12-08T22:49:14.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:14 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:13.773126+0000 mon.smithi080 (mon.0) 467 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:49:14.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:14 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:13.773385+0000 mon.smithi080 (mon.0) 468 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:49:14.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:14 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:13.773506+0000 mon.smithi080 (mon.0) 469 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:49:14.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:14 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:13.773623+0000 mon.smithi080 (mon.0) 470 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:14.376 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:14 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:11.168850+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T22:49:14.376 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:14 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:11.168913+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T22:49:14.376 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:14 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:12.964095+0000 mgr.smithi080.zyybpm (mgr.14182) 89 : cluster [DBG] pgmap v57: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-08T22:49:14.376 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:14 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:13.772955+0000 mon.smithi080 (mon.0) 465 : cluster [INF] osd.4 [v2:172.21.15.150:6816/3238409650,v1:172.21.15.150:6817/3238409650] boot 2023-12-08T22:49:14.376 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:14 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:13.772988+0000 mon.smithi080 (mon.0) 466 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2023-12-08T22:49:14.376 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:14 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:13.773126+0000 mon.smithi080 (mon.0) 467 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:49:14.376 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:14 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:13.773385+0000 mon.smithi080 (mon.0) 468 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:49:14.376 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:14 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:13.773506+0000 mon.smithi080 (mon.0) 469 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:49:14.376 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:14 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:13.773623+0000 mon.smithi080 (mon.0) 470 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:14.437 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":23,"num_osds":8,"num_up_osds":5,"osd_up_since":1702075753,"num_in_osds":8,"osd_in_since":1702075732,"num_remapped_pgs":0} 2023-12-08T22:49:15.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:15 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:12.530568+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T22:49:15.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:15 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:12.530640+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T22:49:15.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:15 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:14.057310+0000 mon.smithi080 (mon.0) 471 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:15.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:15 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:14.115744+0000 mon.smithi080 (mon.0) 472 : audit [DBG] from='client.? 172.21.15.80:0/2563911386' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:49:15.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:15 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:14.149165+0000 mon.smithi080 (mon.0) 473 : audit [INF] from='osd.5 [v2:172.21.15.80:6818/3342609004,v1:172.21.15.80:6819/3342609004]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-08T22:49:15.438 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:49:15.467 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:15 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:12.530568+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T22:49:15.467 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:15 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:12.530640+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T22:49:15.467 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:15 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:14.057310+0000 mon.smithi080 (mon.0) 471 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:15.467 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:15 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:14.115744+0000 mon.smithi080 (mon.0) 472 : audit [DBG] from='client.? 172.21.15.80:0/2563911386' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:49:15.467 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:15 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:14.149165+0000 mon.smithi080 (mon.0) 473 : audit [INF] from='osd.5 [v2:172.21.15.80:6818/3342609004,v1:172.21.15.80:6819/3342609004]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-08T22:49:16.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:14.964582+0000 mgr.smithi080.zyybpm (mgr.14182) 90 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-08T22:49:16.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:15.062156+0000 mon.smithi080 (mon.0) 474 : audit [INF] from='osd.5 [v2:172.21.15.80:6818/3342609004,v1:172.21.15.80:6819/3342609004]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-08T22:49:16.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:15.062221+0000 mon.smithi080 (mon.0) 475 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2023-12-08T22:49:16.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:15.062475+0000 mon.smithi080 (mon.0) 476 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:49:16.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:15.062723+0000 mon.smithi080 (mon.0) 477 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:49:16.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:15.062896+0000 mon.smithi080 (mon.0) 478 : audit [INF] from='osd.5 [v2:172.21.15.80:6818/3342609004,v1:172.21.15.80:6819/3342609004]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2023-12-08T22:49:16.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:15.063077+0000 mon.smithi080 (mon.0) 479 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:16.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:15.236632+0000 mon.smithi080 (mon.0) 480 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:16.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:15.238837+0000 mon.smithi150 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.150:6824/463315907,v1:172.21.15.150:6825/463315907]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T22:49:16.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:15.239087+0000 mon.smithi080 (mon.0) 481 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T22:49:16.406 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:14.964582+0000 mgr.smithi080.zyybpm (mgr.14182) 90 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-08T22:49:16.406 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:15.062156+0000 mon.smithi080 (mon.0) 474 : audit [INF] from='osd.5 [v2:172.21.15.80:6818/3342609004,v1:172.21.15.80:6819/3342609004]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-08T22:49:16.406 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:15.062221+0000 mon.smithi080 (mon.0) 475 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2023-12-08T22:49:16.406 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:15.062475+0000 mon.smithi080 (mon.0) 476 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:49:16.406 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:15.062723+0000 mon.smithi080 (mon.0) 477 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:49:16.406 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:15.062896+0000 mon.smithi080 (mon.0) 478 : audit [INF] from='osd.5 [v2:172.21.15.80:6818/3342609004,v1:172.21.15.80:6819/3342609004]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2023-12-08T22:49:16.406 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:15.063077+0000 mon.smithi080 (mon.0) 479 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:16.407 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:15.236632+0000 mon.smithi080 (mon.0) 480 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:16.407 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:15.238837+0000 mon.smithi150 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.150:6824/463315907,v1:172.21.15.150:6825/463315907]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T22:49:16.407 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:15.239087+0000 mon.smithi080 (mon.0) 481 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T22:49:16.973 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:49:17.266 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:17 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:16.063119+0000 mon.smithi080 (mon.0) 482 : audit [INF] from='osd.5 [v2:172.21.15.80:6818/3342609004,v1:172.21.15.80:6819/3342609004]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]': finished 2023-12-08T22:49:17.267 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:17 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:16.063166+0000 mon.smithi080 (mon.0) 483 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-08T22:49:17.267 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:17 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:16.063203+0000 mon.smithi080 (mon.0) 484 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2023-12-08T22:49:17.267 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:17 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:16.063527+0000 mon.smithi080 (mon.0) 485 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:49:17.267 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:17 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:16.063768+0000 mon.smithi080 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:49:17.267 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:17 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:16.064165+0000 mon.smithi080 (mon.0) 487 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:17.267 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:17 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:16.066448+0000 mon.smithi080 (mon.0) 488 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:49:17.267 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:17 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:16.066934+0000 mon.smithi150 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.150:6824/463315907,v1:172.21.15.150:6825/463315907]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-08T22:49:17.267 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:17 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:16.071460+0000 mon.smithi080 (mon.0) 489 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-08T22:49:17.267 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:17 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:16.971078+0000 mon.smithi080 (mon.0) 490 : audit [DBG] from='client.? 172.21.15.80:0/2381974142' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:49:17.267 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:17 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:17.066221+0000 mon.smithi080 (mon.0) 491 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:49:17.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:17 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:16.063119+0000 mon.smithi080 (mon.0) 482 : audit [INF] from='osd.5 [v2:172.21.15.80:6818/3342609004,v1:172.21.15.80:6819/3342609004]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]': finished 2023-12-08T22:49:17.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:17 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:16.063166+0000 mon.smithi080 (mon.0) 483 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-08T22:49:17.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:17 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:16.063203+0000 mon.smithi080 (mon.0) 484 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2023-12-08T22:49:17.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:17 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:16.063527+0000 mon.smithi080 (mon.0) 485 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:49:17.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:17 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:16.063768+0000 mon.smithi080 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:49:17.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:17 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:16.064165+0000 mon.smithi080 (mon.0) 487 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:17.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:17 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:16.066448+0000 mon.smithi080 (mon.0) 488 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:49:17.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:17 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:16.066934+0000 mon.smithi150 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.150:6824/463315907,v1:172.21.15.150:6825/463315907]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-08T22:49:17.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:17 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:16.071460+0000 mon.smithi080 (mon.0) 489 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-12-08T22:49:17.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:17 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:16.971078+0000 mon.smithi080 (mon.0) 490 : audit [DBG] from='client.? 172.21.15.80:0/2381974142' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:49:17.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:17 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:17.066221+0000 mon.smithi080 (mon.0) 491 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:49:17.536 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":25,"num_osds":8,"num_up_osds":5,"osd_up_since":1702075753,"num_in_osds":8,"osd_in_since":1702075732,"num_remapped_pgs":0} 2023-12-08T22:49:18.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:15.169447+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T22:49:18.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:15.169490+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T22:49:18.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:16.964958+0000 mgr.smithi080.zyybpm (mgr.14182) 91 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-08T22:49:18.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:17.071121+0000 mon.smithi080 (mon.0) 492 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2023-12-08T22:49:18.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:17.071182+0000 mon.smithi080 (mon.0) 493 : cluster [INF] osd.5 [v2:172.21.15.80:6818/3342609004,v1:172.21.15.80:6819/3342609004] boot 2023-12-08T22:49:18.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:17.071201+0000 mon.smithi080 (mon.0) 494 : cluster [DBG] osdmap e26: 8 total, 6 up, 8 in 2023-12-08T22:49:18.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:17.071679+0000 mon.smithi080 (mon.0) 495 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:49:18.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:17.071898+0000 mon.smithi080 (mon.0) 496 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:49:18.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:17.072030+0000 mon.smithi080 (mon.0) 497 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:18.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:17.075631+0000 mon.smithi080 (mon.0) 498 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:49:18.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:17.629254+0000 mon.smithi080 (mon.0) 499 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:18.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:17.631359+0000 mon.smithi080 (mon.0) 500 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:49:18.403 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:15.169447+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T22:49:18.404 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:15.169490+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T22:49:18.404 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:16.964958+0000 mgr.smithi080.zyybpm (mgr.14182) 91 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-08T22:49:18.404 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:17.071121+0000 mon.smithi080 (mon.0) 492 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2023-12-08T22:49:18.404 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:17.071182+0000 mon.smithi080 (mon.0) 493 : cluster [INF] osd.5 [v2:172.21.15.80:6818/3342609004,v1:172.21.15.80:6819/3342609004] boot 2023-12-08T22:49:18.404 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:17.071201+0000 mon.smithi080 (mon.0) 494 : cluster [DBG] osdmap e26: 8 total, 6 up, 8 in 2023-12-08T22:49:18.404 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:17.071679+0000 mon.smithi080 (mon.0) 495 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:49:18.404 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:17.071898+0000 mon.smithi080 (mon.0) 496 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:49:18.404 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:17.072030+0000 mon.smithi080 (mon.0) 497 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:18.404 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:17.075631+0000 mon.smithi080 (mon.0) 498 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:49:18.404 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:17.629254+0000 mon.smithi080 (mon.0) 499 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:18.404 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:17.631359+0000 mon.smithi080 (mon.0) 500 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:49:18.537 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:49:19.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:19 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:16.201906+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T22:49:19.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:19 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:16.201997+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T22:49:19.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:19 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:18.076774+0000 mon.smithi080 (mon.0) 501 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:49:19.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:19 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:18.079237+0000 mon.smithi080 (mon.0) 502 : cluster [INF] osd.6 [v2:172.21.15.150:6824/463315907,v1:172.21.15.150:6825/463315907] boot 2023-12-08T22:49:19.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:19 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:18.079278+0000 mon.smithi080 (mon.0) 503 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2023-12-08T22:49:19.237 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:19 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:18.079436+0000 mon.smithi080 (mon.0) 504 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:49:19.237 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:19 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:18.079913+0000 mon.smithi080 (mon.0) 505 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:19.237 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:19 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:18.404245+0000 mon.smithi080 (mon.0) 506 : audit [INF] from='osd.7 [v2:172.21.15.80:6826/3340996445,v1:172.21.15.80:6827/3340996445]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-08T22:49:19.237 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:19 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:19.015003+0000 mon.smithi080 (mon.0) 507 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:19.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:19 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:16.201906+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T22:49:19.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:19 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:16.201997+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T22:49:19.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:19 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:18.076774+0000 mon.smithi080 (mon.0) 501 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:49:19.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:19 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:18.079237+0000 mon.smithi080 (mon.0) 502 : cluster [INF] osd.6 [v2:172.21.15.150:6824/463315907,v1:172.21.15.150:6825/463315907] boot 2023-12-08T22:49:19.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:19 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:18.079278+0000 mon.smithi080 (mon.0) 503 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2023-12-08T22:49:19.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:19 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:18.079436+0000 mon.smithi080 (mon.0) 504 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:49:19.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:19 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:18.079913+0000 mon.smithi080 (mon.0) 505 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:19.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:19 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:18.404245+0000 mon.smithi080 (mon.0) 506 : audit [INF] from='osd.7 [v2:172.21.15.80:6826/3340996445,v1:172.21.15.80:6827/3340996445]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-08T22:49:19.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:19 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:19.015003+0000 mon.smithi080 (mon.0) 507 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:20.183 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:18.965294+0000 mgr.smithi080.zyybpm (mgr.14182) 92 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-08T22:49:20.184 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:19.083901+0000 mon.smithi080 (mon.0) 508 : audit [INF] from='osd.7 [v2:172.21.15.80:6826/3340996445,v1:172.21.15.80:6827/3340996445]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-08T22:49:20.184 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:19.083948+0000 mon.smithi080 (mon.0) 509 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2023-12-08T22:49:20.184 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:19.084053+0000 mon.smithi080 (mon.0) 510 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:20.184 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:19.084343+0000 mon.smithi080 (mon.0) 511 : audit [INF] from='osd.7 [v2:172.21.15.80:6826/3340996445,v1:172.21.15.80:6827/3340996445]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2023-12-08T22:49:20.233 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:49:20.287 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:20 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:18.965294+0000 mgr.smithi080.zyybpm (mgr.14182) 92 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-08T22:49:20.287 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:20 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:19.083901+0000 mon.smithi080 (mon.0) 508 : audit [INF] from='osd.7 [v2:172.21.15.80:6826/3340996445,v1:172.21.15.80:6827/3340996445]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-08T22:49:20.287 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:20 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:19.083948+0000 mon.smithi080 (mon.0) 509 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2023-12-08T22:49:20.287 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:20 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:19.084053+0000 mon.smithi080 (mon.0) 510 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:20.287 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:20 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:19.084343+0000 mon.smithi080 (mon.0) 511 : audit [INF] from='osd.7 [v2:172.21.15.80:6826/3340996445,v1:172.21.15.80:6827/3340996445]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2023-12-08T22:49:20.638 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":29,"num_osds":8,"num_up_osds":7,"osd_up_since":1702075758,"num_in_osds":8,"osd_in_since":1702075732,"num_remapped_pgs":0} 2023-12-08T22:49:21.227 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:21 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:20.082540+0000 mon.smithi080 (mon.0) 512 : audit [INF] from='osd.7 [v2:172.21.15.80:6826/3340996445,v1:172.21.15.80:6827/3340996445]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]': finished 2023-12-08T22:49:21.227 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:21 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:20.082591+0000 mon.smithi080 (mon.0) 513 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2023-12-08T22:49:21.227 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:21 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:20.082942+0000 mon.smithi080 (mon.0) 514 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:21.227 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:21 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:20.087122+0000 mon.smithi080 (mon.0) 515 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:21.227 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:21 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:20.231990+0000 mon.smithi080 (mon.0) 516 : audit [DBG] from='client.? 172.21.15.80:0/2000103251' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:49:21.227 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:21 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:20.721534+0000 mon.smithi080 (mon.0) 517 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:21.372 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:21 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:20.082540+0000 mon.smithi080 (mon.0) 512 : audit [INF] from='osd.7 [v2:172.21.15.80:6826/3340996445,v1:172.21.15.80:6827/3340996445]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]': finished 2023-12-08T22:49:21.372 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:21 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:20.082591+0000 mon.smithi080 (mon.0) 513 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2023-12-08T22:49:21.372 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:21 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:20.082942+0000 mon.smithi080 (mon.0) 514 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:21.372 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:21 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:20.087122+0000 mon.smithi080 (mon.0) 515 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:21.372 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:21 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:20.231990+0000 mon.smithi080 (mon.0) 516 : audit [DBG] from='client.? 172.21.15.80:0/2000103251' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:49:21.373 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:21 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:20.721534+0000 mon.smithi080 (mon.0) 517 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:21.639 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:49:22.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:22 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:19.362270+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T22:49:22.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:22 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:19.362311+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T22:49:22.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:22 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:20.965583+0000 mgr.smithi080.zyybpm (mgr.14182) 93 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-08T22:49:22.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:22 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:21.087940+0000 mon.smithi080 (mon.0) 518 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:22.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:22 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:21.090389+0000 mon.smithi080 (mon.0) 519 : cluster [INF] osd.7 [v2:172.21.15.80:6826/3340996445,v1:172.21.15.80:6827/3340996445] boot 2023-12-08T22:49:22.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:22 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:21.090458+0000 mon.smithi080 (mon.0) 520 : cluster [DBG] osdmap e30: 8 total, 8 up, 8 in 2023-12-08T22:49:22.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:22 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:21.090750+0000 mon.smithi080 (mon.0) 521 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:22.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:22 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:49:21.479118+0000 mgr.smithi080.zyybpm (mgr.14182) 94 : cephadm [INF] Detected new or changed devices on smithi150 2023-12-08T22:49:22.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:22 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:21.484361+0000 mon.smithi080 (mon.0) 522 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:22.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:22 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:21.765724+0000 mon.smithi080 (mon.0) 523 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:49:22.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:22 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:21.766439+0000 mon.smithi080 (mon.0) 524 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:49:22.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:22 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:21.767046+0000 mon.smithi080 (mon.0) 525 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:49:22.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:22 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:21.767643+0000 mon.smithi080 (mon.0) 526 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:49:22.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:22 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:21.773926+0000 mon.smithi080 (mon.0) 527 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:22.438 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:19.362270+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T22:49:22.439 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:19.362311+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T22:49:22.439 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:20.965583+0000 mgr.smithi080.zyybpm (mgr.14182) 93 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-08T22:49:22.439 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:21.087940+0000 mon.smithi080 (mon.0) 518 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:22.439 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:21.090389+0000 mon.smithi080 (mon.0) 519 : cluster [INF] osd.7 [v2:172.21.15.80:6826/3340996445,v1:172.21.15.80:6827/3340996445] boot 2023-12-08T22:49:22.439 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:21.090458+0000 mon.smithi080 (mon.0) 520 : cluster [DBG] osdmap e30: 8 total, 8 up, 8 in 2023-12-08T22:49:22.439 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:21.090750+0000 mon.smithi080 (mon.0) 521 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:49:22.439 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:49:21.479118+0000 mgr.smithi080.zyybpm (mgr.14182) 94 : cephadm [INF] Detected new or changed devices on smithi150 2023-12-08T22:49:22.440 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:21.484361+0000 mon.smithi080 (mon.0) 522 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:22.440 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:21.765724+0000 mon.smithi080 (mon.0) 523 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:49:22.440 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:21.766439+0000 mon.smithi080 (mon.0) 524 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:49:22.440 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:21.767046+0000 mon.smithi080 (mon.0) 525 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:49:22.440 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:21.767643+0000 mon.smithi080 (mon.0) 526 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:49:22.440 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:21.773926+0000 mon.smithi080 (mon.0) 527 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:23.073 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:49:23.288 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:23 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:49:21.768138+0000 mgr.smithi080.zyybpm (mgr.14182) 95 : cephadm [INF] Adjusting osd_memory_target on smithi150 to 3992M 2023-12-08T22:49:23.288 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:23 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:22.094801+0000 mon.smithi080 (mon.0) 528 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2023-12-08T22:49:23.288 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:23 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:23.070867+0000 mon.smithi080 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.80:0/1979958418' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:49:23.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:23 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:49:21.768138+0000 mgr.smithi080.zyybpm (mgr.14182) 95 : cephadm [INF] Adjusting osd_memory_target on smithi150 to 3992M 2023-12-08T22:49:23.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:23 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:22.094801+0000 mon.smithi080 (mon.0) 528 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2023-12-08T22:49:23.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:23 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:23.070867+0000 mon.smithi080 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.80:0/1979958418' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:49:23.678 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":31,"num_osds":8,"num_up_osds":8,"osd_up_since":1702075761,"num_in_osds":8,"osd_in_since":1702075732,"num_remapped_pgs":0} 2023-12-08T22:49:23.678 INFO:tasks.cephadm:Setting up client nodes... 2023-12-08T22:49:23.679 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-08T22:49:24.362 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:24 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:22.965895+0000 mgr.smithi080.zyybpm (mgr.14182) 96 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:49:24.362 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:24 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:23.099543+0000 mon.smithi080 (mon.0) 530 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2023-12-08T22:49:24.362 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:24 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:23.825024+0000 mon.smithi080 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:24.513 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:24 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:22.965895+0000 mgr.smithi080.zyybpm (mgr.14182) 96 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:49:24.513 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:24 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:23.099543+0000 mon.smithi080 (mon.0) 530 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2023-12-08T22:49:24.513 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:24 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:23.825024+0000 mon.smithi080 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:25.366 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:49:23.819740+0000 mgr.smithi080.zyybpm (mgr.14182) 97 : cephadm [INF] Detected new or changed devices on smithi080 2023-12-08T22:49:25.366 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:24.125276+0000 mon.smithi080 (mon.0) 532 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:49:25.366 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:24.125931+0000 mon.smithi080 (mon.0) 533 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:49:25.366 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:24.126489+0000 mon.smithi080 (mon.0) 534 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:49:25.366 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:24.126996+0000 mon.smithi080 (mon.0) 535 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:49:25.366 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:49:24.127374+0000 mgr.smithi080.zyybpm (mgr.14182) 98 : cephadm [INF] Adjusting osd_memory_target on smithi080 to 3224M 2023-12-08T22:49:25.366 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:24.131117+0000 mon.smithi080 (mon.0) 536 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:25.366 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:24.131923+0000 mon.smithi080 (mon.0) 537 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:49:25.366 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:24.132513+0000 mon.smithi080 (mon.0) 538 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T22:49:25.366 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:24.136419+0000 mon.smithi080 (mon.0) 539 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:25.366 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:24.140168+0000 mon.smithi080 (mon.0) 540 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T22:49:25.367 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:24.143270+0000 mon.smithi080 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T22:49:25.367 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:24.144177+0000 mon.smithi080 (mon.0) 542 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T22:49:25.367 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:24.144365+0000 mon.smithi080 (mon.0) 543 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:49:25.367 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:24.144782+0000 mon.smithi080 (mon.0) 544 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:49:25.557 INFO:teuthology.orchestra.run.smithi080.stdout:[client.0] 2023-12-08T22:49:25.557 INFO:teuthology.orchestra.run.smithi080.stdout: key = AQB1nXNlPkrlIBAAiRX9v3jyEMx9tgKp5DaY2g== 2023-12-08T22:49:25.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:25 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:49:23.819740+0000 mgr.smithi080.zyybpm (mgr.14182) 97 : cephadm [INF] Detected new or changed devices on smithi080 2023-12-08T22:49:25.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:25 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:24.125276+0000 mon.smithi080 (mon.0) 532 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:49:25.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:25 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:24.125931+0000 mon.smithi080 (mon.0) 533 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:49:25.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:25 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:24.126489+0000 mon.smithi080 (mon.0) 534 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:49:25.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:25 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:24.126996+0000 mon.smithi080 (mon.0) 535 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:49:25.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:25 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:49:24.127374+0000 mgr.smithi080.zyybpm (mgr.14182) 98 : cephadm [INF] Adjusting osd_memory_target on smithi080 to 3224M 2023-12-08T22:49:25.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:25 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:24.131117+0000 mon.smithi080 (mon.0) 536 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:25.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:25 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:24.131923+0000 mon.smithi080 (mon.0) 537 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:49:25.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:25 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:24.132513+0000 mon.smithi080 (mon.0) 538 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T22:49:25.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:25 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:24.136419+0000 mon.smithi080 (mon.0) 539 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:25.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:25 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:24.140168+0000 mon.smithi080 (mon.0) 540 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T22:49:25.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:25 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:24.143270+0000 mon.smithi080 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T22:49:25.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:25 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:24.144177+0000 mon.smithi080 (mon.0) 542 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T22:49:25.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:25 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:24.144365+0000 mon.smithi080 (mon.0) 543 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:49:25.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:25 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:24.144782+0000 mon.smithi080 (mon.0) 544 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:49:25.927 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2023-12-08T22:49:25.927 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-08T22:49:25.927 DEBUG:teuthology.orchestra.run.smithi080:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-08T22:49:25.969 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-08T22:49:26.274 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:24.966177+0000 mgr.smithi080.zyybpm (mgr.14182) 99 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:49:26.274 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:25.551653+0000 mon.smithi080 (mon.0) 545 : audit [INF] from='client.? 172.21.15.80:0/2800335456' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T22:49:26.275 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:25.555274+0000 mon.smithi080 (mon.0) 546 : audit [INF] from='client.? 172.21.15.80:0/2800335456' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-08T22:49:26.485 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:24.966177+0000 mgr.smithi080.zyybpm (mgr.14182) 99 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:49:26.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:25.551653+0000 mon.smithi080 (mon.0) 545 : audit [INF] from='client.? 172.21.15.80:0/2800335456' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T22:49:26.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:25.555274+0000 mon.smithi080 (mon.0) 546 : audit [INF] from='client.? 172.21.15.80:0/2800335456' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-08T22:49:27.889 INFO:teuthology.orchestra.run.smithi150.stdout:[client.1] 2023-12-08T22:49:27.890 INFO:teuthology.orchestra.run.smithi150.stdout: key = AQB3nXNl0Qy6NBAAUb35iIk0phn8X+cvm/A9zA== 2023-12-08T22:49:28.475 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:28 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:26.966611+0000 mgr.smithi080.zyybpm (mgr.14182) 100 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:49:28.476 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:28 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:27.884031+0000 mon.smithi150 (mon.1) 18 : audit [INF] from='client.? 172.21.15.150:0/2375996015' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T22:49:28.476 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:28 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:27.884469+0000 mon.smithi080 (mon.0) 547 : 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-08T22:49:28.476 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:28 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:27.887437+0000 mon.smithi080 (mon.0) 548 : 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-08T22:49:28.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:28 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:26.966611+0000 mgr.smithi080.zyybpm (mgr.14182) 100 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:49:28.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:28 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:27.884031+0000 mon.smithi150 (mon.1) 18 : audit [INF] from='client.? 172.21.15.150:0/2375996015' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T22:49:28.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:28 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:27.884469+0000 mon.smithi080 (mon.0) 547 : 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-08T22:49:28.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:28 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:27.887437+0000 mon.smithi080 (mon.0) 548 : 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-08T22:49:28.498 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-12-08T22:49:28.498 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-12-08T22:49:28.498 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-12-08T22:49:28.539 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph osd dump --format=json 2023-12-08T22:49:28.820 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/mon.smithi080/config 2023-12-08T22:49:30.428 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:49:30.428 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":32,"fsid":"7a8ac49e-961b-11ee-95a3-87774f69a715","created":"2023-12-08T22:46:14.702221+0000","modified":"2023-12-08T22:49:23.093078+0000","last_up_change":"2023-12-08T22:49:21.084263+0000","last_in_change":"2023-12-08T22:48:52.507829+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-08T22:49:11.022350+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":"94af760c-879f-4e51-812f-34c858b8f657","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6800","nonce":730663866},{"type":"v1","addr":"172.21.15.150:6801","nonce":730663866}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6802","nonce":730663866},{"type":"v1","addr":"172.21.15.150:6803","nonce":730663866}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6806","nonce":730663866},{"type":"v1","addr":"172.21.15.150:6807","nonce":730663866}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6804","nonce":730663866},{"type":"v1","addr":"172.21.15.150:6805","nonce":730663866}]},"public_addr":"172.21.15.150:6801/730663866","cluster_addr":"172.21.15.150:6803/730663866","heartbeat_back_addr":"172.21.15.150:6807/730663866","heartbeat_front_addr":"172.21.15.150:6805/730663866","state":["exists","up"]},{"osd":1,"uuid":"3ee3153e-d2b4-41bc-b310-c009c5b64081","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6802","nonce":79956771},{"type":"v1","addr":"172.21.15.80:6803","nonce":79956771}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6804","nonce":79956771},{"type":"v1","addr":"172.21.15.80:6805","nonce":79956771}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6808","nonce":79956771},{"type":"v1","addr":"172.21.15.80:6809","nonce":79956771}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6806","nonce":79956771},{"type":"v1","addr":"172.21.15.80:6807","nonce":79956771}]},"public_addr":"172.21.15.80:6803/79956771","cluster_addr":"172.21.15.80:6805/79956771","heartbeat_back_addr":"172.21.15.80:6809/79956771","heartbeat_front_addr":"172.21.15.80:6807/79956771","state":["exists","up"]},{"osd":2,"uuid":"b1e4468a-9333-4351-b554-bfec7ad9412c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6810","nonce":1288200718},{"type":"v1","addr":"172.21.15.80:6811","nonce":1288200718}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6812","nonce":1288200718},{"type":"v1","addr":"172.21.15.80:6813","nonce":1288200718}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6816","nonce":1288200718},{"type":"v1","addr":"172.21.15.80:6817","nonce":1288200718}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6814","nonce":1288200718},{"type":"v1","addr":"172.21.15.80:6815","nonce":1288200718}]},"public_addr":"172.21.15.80:6811/1288200718","cluster_addr":"172.21.15.80:6813/1288200718","heartbeat_back_addr":"172.21.15.80:6817/1288200718","heartbeat_front_addr":"172.21.15.80:6815/1288200718","state":["exists","up"]},{"osd":3,"uuid":"687a0ed5-dafa-440c-904b-7a317b66c952","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6808","nonce":3593148719},{"type":"v1","addr":"172.21.15.150:6809","nonce":3593148719}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6810","nonce":3593148719},{"type":"v1","addr":"172.21.15.150:6811","nonce":3593148719}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6814","nonce":3593148719},{"type":"v1","addr":"172.21.15.150:6815","nonce":3593148719}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6812","nonce":3593148719},{"type":"v1","addr":"172.21.15.150:6813","nonce":3593148719}]},"public_addr":"172.21.15.150:6809/3593148719","cluster_addr":"172.21.15.150:6811/3593148719","heartbeat_back_addr":"172.21.15.150:6815/3593148719","heartbeat_front_addr":"172.21.15.150:6813/3593148719","state":["exists","up"]},{"osd":4,"uuid":"23540e0a-9e16-4f66-82c7-8be5073cf700","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.150:6816","nonce":3238409650},{"type":"v1","addr":"172.21.15.150:6817","nonce":3238409650}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6818","nonce":3238409650},{"type":"v1","addr":"172.21.15.150:6819","nonce":3238409650}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6822","nonce":3238409650},{"type":"v1","addr":"172.21.15.150:6823","nonce":3238409650}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6820","nonce":3238409650},{"type":"v1","addr":"172.21.15.150:6821","nonce":3238409650}]},"public_addr":"172.21.15.150:6817/3238409650","cluster_addr":"172.21.15.150:6819/3238409650","heartbeat_back_addr":"172.21.15.150:6823/3238409650","heartbeat_front_addr":"172.21.15.150:6821/3238409650","state":["exists","up"]},{"osd":5,"uuid":"b0e80f3d-8dba-4841-8fc8-adf32c80cf6b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6818","nonce":3342609004},{"type":"v1","addr":"172.21.15.80:6819","nonce":3342609004}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6820","nonce":3342609004},{"type":"v1","addr":"172.21.15.80:6821","nonce":3342609004}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6824","nonce":3342609004},{"type":"v1","addr":"172.21.15.80:6825","nonce":3342609004}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6822","nonce":3342609004},{"type":"v1","addr":"172.21.15.80:6823","nonce":3342609004}]},"public_addr":"172.21.15.80:6819/3342609004","cluster_addr":"172.21.15.80:6821/3342609004","heartbeat_back_addr":"172.21.15.80:6825/3342609004","heartbeat_front_addr":"172.21.15.80:6823/3342609004","state":["exists","up"]},{"osd":6,"uuid":"3905a6ca-644e-4aa3-a612-0be18e629ef9","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.150:6824","nonce":463315907},{"type":"v1","addr":"172.21.15.150:6825","nonce":463315907}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6826","nonce":463315907},{"type":"v1","addr":"172.21.15.150:6827","nonce":463315907}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6830","nonce":463315907},{"type":"v1","addr":"172.21.15.150:6831","nonce":463315907}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6828","nonce":463315907},{"type":"v1","addr":"172.21.15.150:6829","nonce":463315907}]},"public_addr":"172.21.15.150:6825/463315907","cluster_addr":"172.21.15.150:6827/463315907","heartbeat_back_addr":"172.21.15.150:6831/463315907","heartbeat_front_addr":"172.21.15.150:6829/463315907","state":["exists","up"]},{"osd":7,"uuid":"9aafa09b-467a-4d31-b448-b77d071f63c1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6826","nonce":3340996445},{"type":"v1","addr":"172.21.15.80:6827","nonce":3340996445}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6828","nonce":3340996445},{"type":"v1","addr":"172.21.15.80:6829","nonce":3340996445}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6832","nonce":3340996445},{"type":"v1","addr":"172.21.15.80:6833","nonce":3340996445}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6830","nonce":3340996445},{"type":"v1","addr":"172.21.15.80:6831","nonce":3340996445}]},"public_addr":"172.21.15.80:6827/3340996445","cluster_addr":"172.21.15.80:6829/3340996445","heartbeat_back_addr":"172.21.15.80:6833/3340996445","heartbeat_front_addr":"172.21.15.80:6831/3340996445","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-08T22:49:05.480430+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-08T22:49:06.888207+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-08T22:49:11.168915+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-08T22:49:09.023746+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-08T22:49:12.530642+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-08T22:49:15.169492+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-08T22:49:16.202001+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-08T22:49:19.362313+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.80:6801/1815012250":"2023-12-09T22:47:40.946689+0000","172.21.15.80:6800/1815012250":"2023-12-09T22:47:40.946689+0000","172.21.15.80:6801/3440432576":"2023-12-09T22:47:02.938941+0000","172.21.15.80:0/3663483342":"2023-12-09T22:47:02.938941+0000","172.21.15.80:6800/3440432576":"2023-12-09T22:47:02.938941+0000","172.21.15.80:0/2408964234":"2023-12-09T22:47:40.946689+0000","172.21.15.80:0/3062719354":"2023-12-09T22:47:02.938941+0000","172.21.15.80:6801/1637750016":"2023-12-09T22:46:36.606637+0000","172.21.15.80:0/1950481714":"2023-12-09T22:47:40.946689+0000","172.21.15.80:0/2553810185":"2023-12-09T22:46:36.606637+0000","172.21.15.80:6800/1637750016":"2023-12-09T22:46:36.606637+0000","172.21.15.80:0/1081528397":"2023-12-09T22:46:36.606637+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-08T22:49:30.452 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:28.966993+0000 mgr.smithi080.zyybpm (mgr.14182) 101 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:49:30.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:30 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:28.966993+0000 mgr.smithi080.zyybpm (mgr.14182) 101 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:49:30.771 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-12-08T22:49:11.022350+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-08T22:49:30.771 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2023-12-08T22:49:31.092 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/mon.smithi080/config 2023-12-08T22:49:31.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:31 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:30.425728+0000 mon.smithi080 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.80:0/123329562' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T22:49:31.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:31 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:30.753608+0000 mon.smithi080 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:31.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:31 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:31.137421+0000 mon.smithi080 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:31.647 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:31 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:30.425728+0000 mon.smithi080 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.80:0/123329562' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T22:49:31.647 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:31 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:30.753608+0000 mon.smithi080 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:31.647 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:31 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:31.137421+0000 mon.smithi080 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:49:32.186 INFO:teuthology.orchestra.run.smithi080.stdout:pg_num: 1 2023-12-08T22:49:32.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:32 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:30.967341+0000 mgr.smithi080.zyybpm (mgr.14182) 102 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:49:32.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:32 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:32.184489+0000 mon.smithi080 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.80:0/2847595499' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-08T22:49:32.590 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-08T22:49:32.590 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-08T22:49:32.591 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph mgr dump --format=json 2023-12-08T22:49:32.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:32 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:30.967341+0000 mgr.smithi080.zyybpm (mgr.14182) 102 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:49:32.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:32 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:32.184489+0000 mon.smithi080 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.80:0/2847595499' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-08T22:49:32.854 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/mon.smithi080/config 2023-12-08T22:49:33.976 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:49:34.415 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":18,"active_gid":14182,"active_name":"smithi080.zyybpm","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6800","nonce":2430391809},{"type":"v1","addr":"172.21.15.80:6801","nonce":2430391809}]},"active_addr":"172.21.15.80:6801/2430391809","active_change":"2023-12-08T22:47:40.946825+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14202,"name":"smithi150.ontdak","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.80:8443/","prometheus":"http://172.21.15.80: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.80:0","nonce":911351836}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.80:0","nonce":1070603413}]}]} 2023-12-08T22:49:34.420 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-08T22:49:34.420 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-08T22:49:34.421 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph osd dump --format=json 2023-12-08T22:49:34.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:34 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:32.967655+0000 mgr.smithi080.zyybpm (mgr.14182) 103 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:49:34.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:34 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:33.969900+0000 mon.smithi080 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.80:0/3235791996' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-08T22:49:34.685 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/mon.smithi080/config 2023-12-08T22:49:34.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:34 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:32.967655+0000 mgr.smithi080.zyybpm (mgr.14182) 103 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:49:34.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:34 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:33.969900+0000 mon.smithi080 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.80:0/3235791996' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-08T22:49:35.836 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:49:35.836 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":32,"fsid":"7a8ac49e-961b-11ee-95a3-87774f69a715","created":"2023-12-08T22:46:14.702221+0000","modified":"2023-12-08T22:49:23.093078+0000","last_up_change":"2023-12-08T22:49:21.084263+0000","last_in_change":"2023-12-08T22:48:52.507829+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-08T22:49:11.022350+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":"94af760c-879f-4e51-812f-34c858b8f657","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6800","nonce":730663866},{"type":"v1","addr":"172.21.15.150:6801","nonce":730663866}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6802","nonce":730663866},{"type":"v1","addr":"172.21.15.150:6803","nonce":730663866}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6806","nonce":730663866},{"type":"v1","addr":"172.21.15.150:6807","nonce":730663866}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6804","nonce":730663866},{"type":"v1","addr":"172.21.15.150:6805","nonce":730663866}]},"public_addr":"172.21.15.150:6801/730663866","cluster_addr":"172.21.15.150:6803/730663866","heartbeat_back_addr":"172.21.15.150:6807/730663866","heartbeat_front_addr":"172.21.15.150:6805/730663866","state":["exists","up"]},{"osd":1,"uuid":"3ee3153e-d2b4-41bc-b310-c009c5b64081","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6802","nonce":79956771},{"type":"v1","addr":"172.21.15.80:6803","nonce":79956771}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6804","nonce":79956771},{"type":"v1","addr":"172.21.15.80:6805","nonce":79956771}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6808","nonce":79956771},{"type":"v1","addr":"172.21.15.80:6809","nonce":79956771}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6806","nonce":79956771},{"type":"v1","addr":"172.21.15.80:6807","nonce":79956771}]},"public_addr":"172.21.15.80:6803/79956771","cluster_addr":"172.21.15.80:6805/79956771","heartbeat_back_addr":"172.21.15.80:6809/79956771","heartbeat_front_addr":"172.21.15.80:6807/79956771","state":["exists","up"]},{"osd":2,"uuid":"b1e4468a-9333-4351-b554-bfec7ad9412c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6810","nonce":1288200718},{"type":"v1","addr":"172.21.15.80:6811","nonce":1288200718}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6812","nonce":1288200718},{"type":"v1","addr":"172.21.15.80:6813","nonce":1288200718}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6816","nonce":1288200718},{"type":"v1","addr":"172.21.15.80:6817","nonce":1288200718}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6814","nonce":1288200718},{"type":"v1","addr":"172.21.15.80:6815","nonce":1288200718}]},"public_addr":"172.21.15.80:6811/1288200718","cluster_addr":"172.21.15.80:6813/1288200718","heartbeat_back_addr":"172.21.15.80:6817/1288200718","heartbeat_front_addr":"172.21.15.80:6815/1288200718","state":["exists","up"]},{"osd":3,"uuid":"687a0ed5-dafa-440c-904b-7a317b66c952","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6808","nonce":3593148719},{"type":"v1","addr":"172.21.15.150:6809","nonce":3593148719}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6810","nonce":3593148719},{"type":"v1","addr":"172.21.15.150:6811","nonce":3593148719}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6814","nonce":3593148719},{"type":"v1","addr":"172.21.15.150:6815","nonce":3593148719}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6812","nonce":3593148719},{"type":"v1","addr":"172.21.15.150:6813","nonce":3593148719}]},"public_addr":"172.21.15.150:6809/3593148719","cluster_addr":"172.21.15.150:6811/3593148719","heartbeat_back_addr":"172.21.15.150:6815/3593148719","heartbeat_front_addr":"172.21.15.150:6813/3593148719","state":["exists","up"]},{"osd":4,"uuid":"23540e0a-9e16-4f66-82c7-8be5073cf700","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.150:6816","nonce":3238409650},{"type":"v1","addr":"172.21.15.150:6817","nonce":3238409650}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6818","nonce":3238409650},{"type":"v1","addr":"172.21.15.150:6819","nonce":3238409650}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6822","nonce":3238409650},{"type":"v1","addr":"172.21.15.150:6823","nonce":3238409650}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6820","nonce":3238409650},{"type":"v1","addr":"172.21.15.150:6821","nonce":3238409650}]},"public_addr":"172.21.15.150:6817/3238409650","cluster_addr":"172.21.15.150:6819/3238409650","heartbeat_back_addr":"172.21.15.150:6823/3238409650","heartbeat_front_addr":"172.21.15.150:6821/3238409650","state":["exists","up"]},{"osd":5,"uuid":"b0e80f3d-8dba-4841-8fc8-adf32c80cf6b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6818","nonce":3342609004},{"type":"v1","addr":"172.21.15.80:6819","nonce":3342609004}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6820","nonce":3342609004},{"type":"v1","addr":"172.21.15.80:6821","nonce":3342609004}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6824","nonce":3342609004},{"type":"v1","addr":"172.21.15.80:6825","nonce":3342609004}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6822","nonce":3342609004},{"type":"v1","addr":"172.21.15.80:6823","nonce":3342609004}]},"public_addr":"172.21.15.80:6819/3342609004","cluster_addr":"172.21.15.80:6821/3342609004","heartbeat_back_addr":"172.21.15.80:6825/3342609004","heartbeat_front_addr":"172.21.15.80:6823/3342609004","state":["exists","up"]},{"osd":6,"uuid":"3905a6ca-644e-4aa3-a612-0be18e629ef9","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.150:6824","nonce":463315907},{"type":"v1","addr":"172.21.15.150:6825","nonce":463315907}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6826","nonce":463315907},{"type":"v1","addr":"172.21.15.150:6827","nonce":463315907}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6830","nonce":463315907},{"type":"v1","addr":"172.21.15.150:6831","nonce":463315907}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6828","nonce":463315907},{"type":"v1","addr":"172.21.15.150:6829","nonce":463315907}]},"public_addr":"172.21.15.150:6825/463315907","cluster_addr":"172.21.15.150:6827/463315907","heartbeat_back_addr":"172.21.15.150:6831/463315907","heartbeat_front_addr":"172.21.15.150:6829/463315907","state":["exists","up"]},{"osd":7,"uuid":"9aafa09b-467a-4d31-b448-b77d071f63c1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6826","nonce":3340996445},{"type":"v1","addr":"172.21.15.80:6827","nonce":3340996445}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6828","nonce":3340996445},{"type":"v1","addr":"172.21.15.80:6829","nonce":3340996445}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6832","nonce":3340996445},{"type":"v1","addr":"172.21.15.80:6833","nonce":3340996445}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6830","nonce":3340996445},{"type":"v1","addr":"172.21.15.80:6831","nonce":3340996445}]},"public_addr":"172.21.15.80:6827/3340996445","cluster_addr":"172.21.15.80:6829/3340996445","heartbeat_back_addr":"172.21.15.80:6833/3340996445","heartbeat_front_addr":"172.21.15.80:6831/3340996445","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-08T22:49:05.480430+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-08T22:49:06.888207+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-08T22:49:11.168915+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-08T22:49:09.023746+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-08T22:49:12.530642+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-08T22:49:15.169492+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-08T22:49:16.202001+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-08T22:49:19.362313+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.80:6801/1815012250":"2023-12-09T22:47:40.946689+0000","172.21.15.80:6800/1815012250":"2023-12-09T22:47:40.946689+0000","172.21.15.80:6801/3440432576":"2023-12-09T22:47:02.938941+0000","172.21.15.80:0/3663483342":"2023-12-09T22:47:02.938941+0000","172.21.15.80:6800/3440432576":"2023-12-09T22:47:02.938941+0000","172.21.15.80:0/2408964234":"2023-12-09T22:47:40.946689+0000","172.21.15.80:0/3062719354":"2023-12-09T22:47:02.938941+0000","172.21.15.80:6801/1637750016":"2023-12-09T22:46:36.606637+0000","172.21.15.80:0/1950481714":"2023-12-09T22:47:40.946689+0000","172.21.15.80:0/2553810185":"2023-12-09T22:46:36.606637+0000","172.21.15.80:6800/1637750016":"2023-12-09T22:46:36.606637+0000","172.21.15.80:0/1081528397":"2023-12-09T22:46:36.606637+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-08T22:49:36.231 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-08T22:49:36.231 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph osd dump --format=json 2023-12-08T22:49:36.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:34.967957+0000 mgr.smithi080.zyybpm (mgr.14182) 104 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:49:36.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:35.833288+0000 mon.smithi080 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.80:0/3303498665' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T22:49:36.496 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/mon.smithi080/config 2023-12-08T22:49:36.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:34.967957+0000 mgr.smithi080.zyybpm (mgr.14182) 104 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:49:36.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:35.833288+0000 mon.smithi080 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.80:0/3303498665' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T22:49:37.582 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:49:37.582 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":32,"fsid":"7a8ac49e-961b-11ee-95a3-87774f69a715","created":"2023-12-08T22:46:14.702221+0000","modified":"2023-12-08T22:49:23.093078+0000","last_up_change":"2023-12-08T22:49:21.084263+0000","last_in_change":"2023-12-08T22:48:52.507829+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-08T22:49:11.022350+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":"94af760c-879f-4e51-812f-34c858b8f657","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6800","nonce":730663866},{"type":"v1","addr":"172.21.15.150:6801","nonce":730663866}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6802","nonce":730663866},{"type":"v1","addr":"172.21.15.150:6803","nonce":730663866}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6806","nonce":730663866},{"type":"v1","addr":"172.21.15.150:6807","nonce":730663866}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6804","nonce":730663866},{"type":"v1","addr":"172.21.15.150:6805","nonce":730663866}]},"public_addr":"172.21.15.150:6801/730663866","cluster_addr":"172.21.15.150:6803/730663866","heartbeat_back_addr":"172.21.15.150:6807/730663866","heartbeat_front_addr":"172.21.15.150:6805/730663866","state":["exists","up"]},{"osd":1,"uuid":"3ee3153e-d2b4-41bc-b310-c009c5b64081","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6802","nonce":79956771},{"type":"v1","addr":"172.21.15.80:6803","nonce":79956771}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6804","nonce":79956771},{"type":"v1","addr":"172.21.15.80:6805","nonce":79956771}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6808","nonce":79956771},{"type":"v1","addr":"172.21.15.80:6809","nonce":79956771}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6806","nonce":79956771},{"type":"v1","addr":"172.21.15.80:6807","nonce":79956771}]},"public_addr":"172.21.15.80:6803/79956771","cluster_addr":"172.21.15.80:6805/79956771","heartbeat_back_addr":"172.21.15.80:6809/79956771","heartbeat_front_addr":"172.21.15.80:6807/79956771","state":["exists","up"]},{"osd":2,"uuid":"b1e4468a-9333-4351-b554-bfec7ad9412c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6810","nonce":1288200718},{"type":"v1","addr":"172.21.15.80:6811","nonce":1288200718}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6812","nonce":1288200718},{"type":"v1","addr":"172.21.15.80:6813","nonce":1288200718}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6816","nonce":1288200718},{"type":"v1","addr":"172.21.15.80:6817","nonce":1288200718}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6814","nonce":1288200718},{"type":"v1","addr":"172.21.15.80:6815","nonce":1288200718}]},"public_addr":"172.21.15.80:6811/1288200718","cluster_addr":"172.21.15.80:6813/1288200718","heartbeat_back_addr":"172.21.15.80:6817/1288200718","heartbeat_front_addr":"172.21.15.80:6815/1288200718","state":["exists","up"]},{"osd":3,"uuid":"687a0ed5-dafa-440c-904b-7a317b66c952","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6808","nonce":3593148719},{"type":"v1","addr":"172.21.15.150:6809","nonce":3593148719}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6810","nonce":3593148719},{"type":"v1","addr":"172.21.15.150:6811","nonce":3593148719}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6814","nonce":3593148719},{"type":"v1","addr":"172.21.15.150:6815","nonce":3593148719}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6812","nonce":3593148719},{"type":"v1","addr":"172.21.15.150:6813","nonce":3593148719}]},"public_addr":"172.21.15.150:6809/3593148719","cluster_addr":"172.21.15.150:6811/3593148719","heartbeat_back_addr":"172.21.15.150:6815/3593148719","heartbeat_front_addr":"172.21.15.150:6813/3593148719","state":["exists","up"]},{"osd":4,"uuid":"23540e0a-9e16-4f66-82c7-8be5073cf700","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.150:6816","nonce":3238409650},{"type":"v1","addr":"172.21.15.150:6817","nonce":3238409650}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6818","nonce":3238409650},{"type":"v1","addr":"172.21.15.150:6819","nonce":3238409650}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6822","nonce":3238409650},{"type":"v1","addr":"172.21.15.150:6823","nonce":3238409650}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6820","nonce":3238409650},{"type":"v1","addr":"172.21.15.150:6821","nonce":3238409650}]},"public_addr":"172.21.15.150:6817/3238409650","cluster_addr":"172.21.15.150:6819/3238409650","heartbeat_back_addr":"172.21.15.150:6823/3238409650","heartbeat_front_addr":"172.21.15.150:6821/3238409650","state":["exists","up"]},{"osd":5,"uuid":"b0e80f3d-8dba-4841-8fc8-adf32c80cf6b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6818","nonce":3342609004},{"type":"v1","addr":"172.21.15.80:6819","nonce":3342609004}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6820","nonce":3342609004},{"type":"v1","addr":"172.21.15.80:6821","nonce":3342609004}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6824","nonce":3342609004},{"type":"v1","addr":"172.21.15.80:6825","nonce":3342609004}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6822","nonce":3342609004},{"type":"v1","addr":"172.21.15.80:6823","nonce":3342609004}]},"public_addr":"172.21.15.80:6819/3342609004","cluster_addr":"172.21.15.80:6821/3342609004","heartbeat_back_addr":"172.21.15.80:6825/3342609004","heartbeat_front_addr":"172.21.15.80:6823/3342609004","state":["exists","up"]},{"osd":6,"uuid":"3905a6ca-644e-4aa3-a612-0be18e629ef9","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.150:6824","nonce":463315907},{"type":"v1","addr":"172.21.15.150:6825","nonce":463315907}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6826","nonce":463315907},{"type":"v1","addr":"172.21.15.150:6827","nonce":463315907}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6830","nonce":463315907},{"type":"v1","addr":"172.21.15.150:6831","nonce":463315907}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6828","nonce":463315907},{"type":"v1","addr":"172.21.15.150:6829","nonce":463315907}]},"public_addr":"172.21.15.150:6825/463315907","cluster_addr":"172.21.15.150:6827/463315907","heartbeat_back_addr":"172.21.15.150:6831/463315907","heartbeat_front_addr":"172.21.15.150:6829/463315907","state":["exists","up"]},{"osd":7,"uuid":"9aafa09b-467a-4d31-b448-b77d071f63c1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6826","nonce":3340996445},{"type":"v1","addr":"172.21.15.80:6827","nonce":3340996445}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6828","nonce":3340996445},{"type":"v1","addr":"172.21.15.80:6829","nonce":3340996445}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6832","nonce":3340996445},{"type":"v1","addr":"172.21.15.80:6833","nonce":3340996445}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6830","nonce":3340996445},{"type":"v1","addr":"172.21.15.80:6831","nonce":3340996445}]},"public_addr":"172.21.15.80:6827/3340996445","cluster_addr":"172.21.15.80:6829/3340996445","heartbeat_back_addr":"172.21.15.80:6833/3340996445","heartbeat_front_addr":"172.21.15.80:6831/3340996445","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-08T22:49:05.480430+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-08T22:49:06.888207+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-08T22:49:11.168915+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-08T22:49:09.023746+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-08T22:49:12.530642+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-08T22:49:15.169492+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-08T22:49:16.202001+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-08T22:49:19.362313+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.80:6801/1815012250":"2023-12-09T22:47:40.946689+0000","172.21.15.80:6800/1815012250":"2023-12-09T22:47:40.946689+0000","172.21.15.80:6801/3440432576":"2023-12-09T22:47:02.938941+0000","172.21.15.80:0/3663483342":"2023-12-09T22:47:02.938941+0000","172.21.15.80:6800/3440432576":"2023-12-09T22:47:02.938941+0000","172.21.15.80:0/2408964234":"2023-12-09T22:47:40.946689+0000","172.21.15.80:0/3062719354":"2023-12-09T22:47:02.938941+0000","172.21.15.80:6801/1637750016":"2023-12-09T22:46:36.606637+0000","172.21.15.80:0/1950481714":"2023-12-09T22:47:40.946689+0000","172.21.15.80:0/2553810185":"2023-12-09T22:46:36.606637+0000","172.21.15.80:6800/1637750016":"2023-12-09T22:46:36.606637+0000","172.21.15.80:0/1081528397":"2023-12-09T22:46:36.606637+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-08T22:49:37.946 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-08T22:49:38.208 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/mon.smithi080/config 2023-12-08T22:49:38.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:38 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:36.968251+0000 mgr.smithi080.zyybpm (mgr.14182) 105 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:49:38.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:38 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:37.579091+0000 mon.smithi080 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.80:0/3052978436' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T22:49:38.701 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:38 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:36.968251+0000 mgr.smithi080.zyybpm (mgr.14182) 105 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:49:38.701 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:38 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:37.579091+0000 mon.smithi080 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.80:0/3052978436' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T22:49:39.605 INFO:teuthology.orchestra.run.smithi080.stdout:68719476746 2023-12-08T22:49:39.605 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-08T22:49:39.867 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/mon.smithi080/config 2023-12-08T22:49:40.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:38.968584+0000 mgr.smithi080.zyybpm (mgr.14182) 106 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:49:40.673 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:38.968584+0000 mgr.smithi080.zyybpm (mgr.14182) 106 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:49:41.245 INFO:teuthology.orchestra.run.smithi080.stdout:77309411338 2023-12-08T22:49:41.246 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-08T22:49:41.508 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/mon.smithi080/config 2023-12-08T22:49:42.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:42 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:40.968901+0000 mgr.smithi080.zyybpm (mgr.14182) 107 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:49:42.650 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:42 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:40.968901+0000 mgr.smithi080.zyybpm (mgr.14182) 107 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:49:42.853 INFO:teuthology.orchestra.run.smithi080.stdout:94489280520 2023-12-08T22:49:42.854 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-08T22:49:43.118 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/mon.smithi080/config 2023-12-08T22:49:44.488 INFO:teuthology.orchestra.run.smithi080.stdout:85899345929 2023-12-08T22:49:44.489 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-08T22:49:44.515 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:42.969255+0000 mgr.smithi080.zyybpm (mgr.14182) 108 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:49:44.749 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/mon.smithi080/config 2023-12-08T22:49:44.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:42.969255+0000 mgr.smithi080.zyybpm (mgr.14182) 108 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:49:46.129 INFO:teuthology.orchestra.run.smithi080.stdout:98784247817 2023-12-08T22:49:46.130 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-08T22:49:46.433 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/mon.smithi080/config 2023-12-08T22:49:46.485 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:46 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:44.969653+0000 mgr.smithi080.zyybpm (mgr.14182) 109 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:49:46.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:46 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:44.969653+0000 mgr.smithi080.zyybpm (mgr.14182) 109 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:49:47.786 INFO:teuthology.orchestra.run.smithi080.stdout:111669149705 2023-12-08T22:49:47.786 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-08T22:49:48.049 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/mon.smithi080/config 2023-12-08T22:49:48.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:46.970146+0000 mgr.smithi080.zyybpm (mgr.14182) 110 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:49:48.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:48 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:46.970146+0000 mgr.smithi080.zyybpm (mgr.14182) 110 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:49:49.377 INFO:teuthology.orchestra.run.smithi080.stdout:115964117001 2023-12-08T22:49:49.377 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-08T22:49:49.643 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/mon.smithi080/config 2023-12-08T22:49:50.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:50 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:48.970503+0000 mgr.smithi080.zyybpm (mgr.14182) 111 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:49:50.655 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:50 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:48.970503+0000 mgr.smithi080.zyybpm (mgr.14182) 111 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:49:51.011 INFO:teuthology.orchestra.run.smithi080.stdout:128849018888 2023-12-08T22:49:51.011 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-08T22:49:51.274 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/mon.smithi080/config 2023-12-08T22:49:52.438 INFO:teuthology.orchestra.run.smithi080.stdout:68719476748 2023-12-08T22:49:52.734 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:50.970900+0000 mgr.smithi080.zyybpm (mgr.14182) 112 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:49:52.827 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476746 got 68719476748 for osd.0 2023-12-08T22:49:52.827 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-08T22:49:52.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:50.970900+0000 mgr.smithi080.zyybpm (mgr.14182) 112 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:49:53.088 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/mon.smithi080/config 2023-12-08T22:49:53.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:53 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:52.436107+0000 mon.smithi080 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.80:0/2537391032' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-08T22:49:53.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:53 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:52.436107+0000 mon.smithi080 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.80:0/2537391032' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-08T22:49:54.208 INFO:teuthology.orchestra.run.smithi080.stdout:77309411340 2023-12-08T22:49:54.485 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:54 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:52.971191+0000 mgr.smithi080.zyybpm (mgr.14182) 113 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:49:54.485 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:54 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:54.206151+0000 mon.smithi080 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.80:0/465954857' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-08T22:49:54.593 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411338 got 77309411340 for osd.1 2023-12-08T22:49:54.594 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-08T22:49:54.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:54 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:52.971191+0000 mgr.smithi080.zyybpm (mgr.14182) 113 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:49:54.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:54 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:54.206151+0000 mon.smithi080 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.80:0/465954857' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-08T22:49:54.856 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/mon.smithi080/config 2023-12-08T22:49:56.017 INFO:teuthology.orchestra.run.smithi080.stdout:94489280523 2023-12-08T22:49:56.393 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280520 got 94489280523 for osd.2 2023-12-08T22:49:56.393 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-08T22:49:56.655 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/mon.smithi080/config 2023-12-08T22:49:56.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:56 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:54.971488+0000 mgr.smithi080.zyybpm (mgr.14182) 114 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:49:56.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:56 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:56.014898+0000 mon.smithi080 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.80:0/2117216923' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-08T22:49:56.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:56 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:54.971488+0000 mgr.smithi080.zyybpm (mgr.14182) 114 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:49:56.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:56 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:56.014898+0000 mon.smithi080 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.80:0/2117216923' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-08T22:49:57.800 INFO:teuthology.orchestra.run.smithi080.stdout:85899345932 2023-12-08T22:49:58.176 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345929 got 85899345932 for osd.3 2023-12-08T22:49:58.176 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-08T22:49:58.439 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/mon.smithi080/config 2023-12-08T22:49:58.725 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:58 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:56.971716+0000 mgr.smithi080.zyybpm (mgr.14182) 115 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:49:58.725 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:49:58 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:57.798327+0000 mon.smithi080 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.80:0/346763586' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-08T22:49:58.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:58 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:56.971716+0000 mgr.smithi080.zyybpm (mgr.14182) 115 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:49:58.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:49:58 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:57.798327+0000 mon.smithi080 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.80:0/346763586' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-08T22:49:59.618 INFO:teuthology.orchestra.run.smithi080.stdout:98784247820 2023-12-08T22:50:00.026 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247817 got 98784247820 for osd.4 2023-12-08T22:50:00.026 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-08T22:50:00.289 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/mon.smithi080/config 2023-12-08T22:50:00.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:00 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:49:58.971955+0000 mgr.smithi080.zyybpm (mgr.14182) 116 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:50:00.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:00 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:49:59.615943+0000 mon.smithi080 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.80:0/106274742' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-08T22:50:00.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:00 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:00.000126+0000 mon.smithi080 (mon.0) 561 : cluster [INF] overall HEALTH_OK 2023-12-08T22:50:00.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:00 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:49:58.971955+0000 mgr.smithi080.zyybpm (mgr.14182) 116 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:50:00.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:00 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:49:59.615943+0000 mon.smithi080 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.80:0/106274742' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-08T22:50:00.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:00 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:00.000126+0000 mon.smithi080 (mon.0) 561 : cluster [INF] overall HEALTH_OK 2023-12-08T22:50:01.502 INFO:teuthology.orchestra.run.smithi080.stdout:111669149708 2023-12-08T22:50:01.830 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149705 got 111669149708 for osd.5 2023-12-08T22:50:01.830 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-08T22:50:02.093 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/mon.smithi080/config 2023-12-08T22:50:02.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:02 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:00.972370+0000 mgr.smithi080.zyybpm (mgr.14182) 117 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:50:02.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:02 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:01.500077+0000 mon.smithi080 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.80:0/886219773' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-08T22:50:02.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:02 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:00.972370+0000 mgr.smithi080.zyybpm (mgr.14182) 117 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:50:02.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:02 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:01.500077+0000 mon.smithi080 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.80:0/886219773' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-08T22:50:03.236 INFO:teuthology.orchestra.run.smithi080.stdout:115964117004 2023-12-08T22:50:03.531 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:03 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:03.234583+0000 mon.smithi080 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.80:0/2678783809' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-08T22:50:03.616 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117001 got 115964117004 for osd.6 2023-12-08T22:50:03.617 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-08T22:50:03.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:03 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:03.234583+0000 mon.smithi080 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.80:0/2678783809' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-08T22:50:03.881 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/mon.smithi080/config 2023-12-08T22:50:04.662 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:04 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:02.972644+0000 mgr.smithi080.zyybpm (mgr.14182) 118 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:50:04.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:04 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:02.972644+0000 mgr.smithi080.zyybpm (mgr.14182) 118 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:50:05.026 INFO:teuthology.orchestra.run.smithi080.stdout:128849018891 2023-12-08T22:50:05.401 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018888 got 128849018891 for osd.7 2023-12-08T22:50:05.402 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-08T22:50:05.402 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph pg dump --format=json 2023-12-08T22:50:05.665 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/mon.smithi080/config 2023-12-08T22:50:05.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:05 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:05.024184+0000 mon.smithi080 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.80:0/2951064583' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-08T22:50:05.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:05 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:05.024184+0000 mon.smithi080 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.80:0/2951064583' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-08T22:50:06.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:04.973001+0000 mgr.smithi080.zyybpm (mgr.14182) 119 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:50:06.808 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:50:06.809 INFO:teuthology.orchestra.run.smithi080.stderr:dumped all 2023-12-08T22:50:06.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:06 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:04.973001+0000 mgr.smithi080.zyybpm (mgr.14182) 119 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:50:07.182 INFO:teuthology.orchestra.run.smithi080.stdout:{"pg_ready":true,"pg_map":{"version":93,"stamp":"2023-12-08T22:50:04.972796+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":2379224,"kb_used_data":2456,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549224,"statfs":{"total":767926730752,"available":765490405376,"internally_reserved":0,"allocated":2514944,"data_stored":973594,"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":32,"state":"active+clean","last_fresh":"2023-12-08T22:49:23.526472+0000","last_change":"2023-12-08T22:49:23.526472+0000","last_active":"2023-12-08T22:49:23.526472+0000","last_peered":"2023-12-08T22:49:23.526472+0000","last_clean":"2023-12-08T22:49:23.526472+0000","last_became_active":"2023-12-08T22:49:23.526086+0000","last_became_peered":"2023-12-08T22:49:23.526086+0000","last_unstale":"2023-12-08T22:49:23.526472+0000","last_undegraded":"2023-12-08T22:49:23.526472+0000","last_fullsized":"2023-12-08T22:49:23.526472+0000","mapping_epoch":31,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":32,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-08T22:49:11.764294+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-08T22:49:11.764294+0000","last_clean_scrub_stamp":"2023-12-08T22:49:11.764294+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,2],"acting":[7,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":30,"seq":128849018891,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.42999999999999999}]},{"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.34499999999999997}]},{"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.27900000000000003}]},{"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.46999999999999997}]},{"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.40400000000000003}]},{"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.39600000000000002}]},{"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.48499999999999999}]}]},{"osd":6,"up_from":27,"seq":115964117005,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.68400000000000005}]},{"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.61599999999999999}]},{"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.58199999999999996}]},{"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.65800000000000003}]},{"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.60899999999999999}]},{"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.63800000000000001}]},{"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.753}]}]},{"osd":1,"up_from":18,"seq":77309411343,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297400,"kb_used_data":304,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443656,"statfs":{"total":95990841344,"available":95686303744,"internally_reserved":0,"allocated":311296,"data_stored":121463,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.77500000000000002}]},{"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.628}]},{"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.80300000000000005}]},{"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.79000000000000004}]},{"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.68600000000000005}]},{"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.83699999999999997}]},{"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.69999999999999996}]}]},{"osd":0,"up_from":16,"seq":68719476751,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.318}]},{"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.47999999999999998}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39200000000000002}]},{"osd":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.33400000000000002}]},{"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.40999999999999998}]},{"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.61399999999999999}]},{"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":3,"up_from":20,"seq":85899345933,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.32000000000000001}]},{"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.499}]},{"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.55800000000000005}]},{"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.40500000000000003}]},{"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.58299999999999996}]},{"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.60099999999999998}]},{"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.62}]}]},{"osd":2,"up_from":22,"seq":94489280525,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297400,"kb_used_data":304,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443656,"statfs":{"total":95990841344,"available":95686303744,"internally_reserved":0,"allocated":311296,"data_stored":121463,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47499999999999998}]},{"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.30099999999999999}]},{"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.44500000000000001}]},{"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.436}]},{"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.36199999999999999}]},{"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.51900000000000002}]},{"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.46700000000000003}]}]},{"osd":4,"up_from":23,"seq":98784247821,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.309}]},{"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.439}]},{"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.48799999999999999}]},{"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.36199999999999999}]},{"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.45100000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46100000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.503}]}]},{"osd":5,"up_from":26,"seq":111669149709,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.47699999999999998}]},{"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.36499999999999999}]},{"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.32100000000000001}]},{"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.58199999999999996}]},{"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.48999999999999999}]},{"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.59599999999999997}]},{"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.435}]}]}],"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":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-08T22:50:07.183 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph pg dump --format=json 2023-12-08T22:50:07.444 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/mon.smithi080/config 2023-12-08T22:50:08.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:06.804399+0000 mgr.smithi080.zyybpm (mgr.14182) 120 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:50:08.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:06.973281+0000 mgr.smithi080.zyybpm (mgr.14182) 121 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:50:08.554 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:50:08.556 INFO:teuthology.orchestra.run.smithi080.stderr:dumped all 2023-12-08T22:50:08.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:06.804399+0000 mgr.smithi080.zyybpm (mgr.14182) 120 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:50:08.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:06.973281+0000 mgr.smithi080.zyybpm (mgr.14182) 121 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:50:08.940 INFO:teuthology.orchestra.run.smithi080.stdout:{"pg_ready":true,"pg_map":{"version":94,"stamp":"2023-12-08T22:50:06.973152+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":2379224,"kb_used_data":2456,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549224,"statfs":{"total":767926730752,"available":765490405376,"internally_reserved":0,"allocated":2514944,"data_stored":973594,"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":32,"state":"active+clean","last_fresh":"2023-12-08T22:49:23.526472+0000","last_change":"2023-12-08T22:49:23.526472+0000","last_active":"2023-12-08T22:49:23.526472+0000","last_peered":"2023-12-08T22:49:23.526472+0000","last_clean":"2023-12-08T22:49:23.526472+0000","last_became_active":"2023-12-08T22:49:23.526086+0000","last_became_peered":"2023-12-08T22:49:23.526086+0000","last_unstale":"2023-12-08T22:49:23.526472+0000","last_undegraded":"2023-12-08T22:49:23.526472+0000","last_fullsized":"2023-12-08T22:49:23.526472+0000","mapping_epoch":31,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":32,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-08T22:49:11.764294+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-08T22:49:11.764294+0000","last_clean_scrub_stamp":"2023-12-08T22:49:11.764294+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,2],"acting":[7,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":30,"seq":128849018891,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.42999999999999999}]},{"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.34499999999999997}]},{"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.27900000000000003}]},{"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.46999999999999997}]},{"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.40400000000000003}]},{"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.39600000000000002}]},{"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.48499999999999999}]}]},{"osd":6,"up_from":27,"seq":115964117005,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.68400000000000005}]},{"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.61599999999999999}]},{"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.58199999999999996}]},{"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.65800000000000003}]},{"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.60899999999999999}]},{"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.63800000000000001}]},{"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.753}]}]},{"osd":1,"up_from":18,"seq":77309411343,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297400,"kb_used_data":304,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443656,"statfs":{"total":95990841344,"available":95686303744,"internally_reserved":0,"allocated":311296,"data_stored":121463,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.77500000000000002}]},{"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.628}]},{"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.80300000000000005}]},{"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.79000000000000004}]},{"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.68600000000000005}]},{"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.83699999999999997}]},{"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.69999999999999996}]}]},{"osd":0,"up_from":16,"seq":68719476751,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.318}]},{"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.47999999999999998}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39200000000000002}]},{"osd":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.33400000000000002}]},{"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.40999999999999998}]},{"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.61399999999999999}]},{"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":3,"up_from":20,"seq":85899345934,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.35299999999999998}]},{"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.41899999999999998}]},{"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.45700000000000002}]},{"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.47999999999999998}]},{"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.51600000000000001}]},{"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.54000000000000004}]},{"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.57799999999999996}]}]},{"osd":2,"up_from":22,"seq":94489280525,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297400,"kb_used_data":304,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443656,"statfs":{"total":95990841344,"available":95686303744,"internally_reserved":0,"allocated":311296,"data_stored":121463,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47499999999999998}]},{"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.30099999999999999}]},{"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.44500000000000001}]},{"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.436}]},{"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.36199999999999999}]},{"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.51900000000000002}]},{"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.46700000000000003}]}]},{"osd":4,"up_from":23,"seq":98784247821,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.309}]},{"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.439}]},{"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.48799999999999999}]},{"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.36199999999999999}]},{"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.45100000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46100000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.503}]}]},{"osd":5,"up_from":26,"seq":111669149709,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.47699999999999998}]},{"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.36499999999999999}]},{"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.32100000000000001}]},{"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.58199999999999996}]},{"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.48999999999999999}]},{"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.59599999999999997}]},{"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.435}]}]}],"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":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-08T22:50:08.941 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-08T22:50:08.941 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-08T22:50:08.941 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-08T22:50:08.941 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T22:50:09.203 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/mon.smithi080/config 2023-12-08T22:50:09.652 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:08.550632+0000 mgr.smithi080.zyybpm (mgr.14182) 122 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:50:09.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:08.550632+0000 mgr.smithi080.zyybpm (mgr.14182) 122 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:50:10.369 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:50:10.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:08.973622+0000 mgr.smithi080.zyybpm (mgr.14182) 123 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:50:10.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:10.366844+0000 mon.smithi080 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.80:0/2485116215' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T22:50:10.672 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:08.973622+0000 mgr.smithi080.zyybpm (mgr.14182) 123 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:50:10.672 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:10.366844+0000 mon.smithi080 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.80:0/2485116215' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T22:50:10.748 INFO:teuthology.orchestra.run.smithi080.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-08T22:50:10.748 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-08T22:50:10.748 INFO:tasks.cephadm:Setup complete, yielding 2023-12-08T22:50:10.749 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-08T22:50:10.759 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi080.front.sepia.ceph.com 2023-12-08T22:50:10.760 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- bash -c 'ceph orch status' 2023-12-08T22:50:12.085 INFO:teuthology.orchestra.run.smithi080.stdout:Backend: cephadm 2023-12-08T22:50:12.085 INFO:teuthology.orchestra.run.smithi080.stdout:Available: Yes 2023-12-08T22:50:12.086 INFO:teuthology.orchestra.run.smithi080.stdout:Paused: No 2023-12-08T22:50:12.456 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-08T22:50:12.737 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:10.973918+0000 mgr.smithi080.zyybpm (mgr.14182) 124 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:50:12.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:10.973918+0000 mgr.smithi080.zyybpm (mgr.14182) 124 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:50:13.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:12.082863+0000 mgr.smithi080.zyybpm (mgr.14182) 125 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:50:13.763 INFO:teuthology.orchestra.run.smithi080.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-08T22:50:13.763 INFO:teuthology.orchestra.run.smithi080.stdout:alertmanager.smithi080 smithi080 *:9093,9094 running (110s) 53s ago 2m 16.2M - 0.23.0 ba2b418f427c cdd29882ab52 2023-12-08T22:50:13.763 INFO:teuthology.orchestra.run.smithi080.stdout:crash.smithi080 smithi080 running (2m) 53s ago 2m 7285k - 16.2.14-365-g451ceae1 03b62e1f94c4 65549fe1da14 2023-12-08T22:50:13.763 INFO:teuthology.orchestra.run.smithi080.stdout:crash.smithi150 smithi150 running (2m) 54s ago 2m 7419k - 16.2.14-365-g451ceae1 03b62e1f94c4 55a773610dd1 2023-12-08T22:50:13.763 INFO:teuthology.orchestra.run.smithi080.stdout:grafana.smithi080 smithi080 *:3000 running (105s) 53s ago 2m 47.2M - 8.3.5 dad864ee21e9 ce9bc87dbab8 2023-12-08T22:50:13.763 INFO:teuthology.orchestra.run.smithi080.stdout:mgr.smithi080.zyybpm smithi080 *:9283 running (3m) 53s ago 3m 443M - 16.2.14-365-g451ceae1 03b62e1f94c4 d9eefe7a136d 2023-12-08T22:50:13.763 INFO:teuthology.orchestra.run.smithi080.stdout:mgr.smithi150.ontdak smithi150 *:8443,9283 running (2m) 54s ago 2m 392M - 16.2.14-365-g451ceae1 03b62e1f94c4 bb08ea76e8e2 2023-12-08T22:50:13.763 INFO:teuthology.orchestra.run.smithi080.stdout:mon.smithi080 smithi080 running (3m) 53s ago 3m 68.7M 2048M 16.2.14-365-g451ceae1 03b62e1f94c4 3a8cc8660eb4 2023-12-08T22:50:13.763 INFO:teuthology.orchestra.run.smithi080.stdout:mon.smithi150 smithi150 running (2m) 54s ago 2m 62.2M 2048M 16.2.14-365-g451ceae1 03b62e1f94c4 faadf24ac805 2023-12-08T22:50:13.764 INFO:teuthology.orchestra.run.smithi080.stdout:node-exporter.smithi080 smithi080 *:9100 running (2m) 53s ago 2m 27.1M - 1.3.1 1dbe0e931976 adac76c96883 2023-12-08T22:50:13.764 INFO:teuthology.orchestra.run.smithi080.stdout:node-exporter.smithi150 smithi150 *:9100 running (117s) 54s ago 117s 23.3M - 1.3.1 1dbe0e931976 9bc68b619235 2023-12-08T22:50:13.764 INFO:teuthology.orchestra.run.smithi080.stdout:osd.0 smithi150 running (72s) 54s ago 72s 31.8M 3992M 16.2.14-365-g451ceae1 03b62e1f94c4 8d21ea260117 2023-12-08T22:50:13.764 INFO:teuthology.orchestra.run.smithi080.stdout:osd.1 smithi080 running (71s) 53s ago 71s 29.5M 3224M 16.2.14-365-g451ceae1 03b62e1f94c4 5d9f3253af89 2023-12-08T22:50:13.764 INFO:teuthology.orchestra.run.smithi080.stdout:osd.2 smithi080 running (67s) 53s ago 66s 28.9M 3224M 16.2.14-365-g451ceae1 03b62e1f94c4 ba1308646451 2023-12-08T22:50:13.764 INFO:teuthology.orchestra.run.smithi080.stdout:osd.3 smithi150 running (69s) 54s ago 69s 30.2M 3992M 16.2.14-365-g451ceae1 03b62e1f94c4 f5d3950c19a6 2023-12-08T22:50:13.764 INFO:teuthology.orchestra.run.smithi080.stdout:osd.4 smithi150 running (65s) 54s ago 65s 27.4M 3992M 16.2.14-365-g451ceae1 03b62e1f94c4 ef8a92e1cae3 2023-12-08T22:50:13.764 INFO:teuthology.orchestra.run.smithi080.stdout:osd.5 smithi080 running (63s) 53s ago 62s 29.5M 3224M 16.2.14-365-g451ceae1 03b62e1f94c4 0342a745590c 2023-12-08T22:50:13.764 INFO:teuthology.orchestra.run.smithi080.stdout:osd.6 smithi150 running (61s) 54s ago 61s 28.4M 3992M 16.2.14-365-g451ceae1 03b62e1f94c4 43af44fb29bf 2023-12-08T22:50:13.764 INFO:teuthology.orchestra.run.smithi080.stdout:osd.7 smithi080 running (58s) 53s ago 58s 16.4M 3224M 16.2.14-365-g451ceae1 03b62e1f94c4 34a910930a7e 2023-12-08T22:50:13.764 INFO:teuthology.orchestra.run.smithi080.stdout:prometheus.smithi080 smithi080 *:9095 running (102s) 53s ago 2m 39.3M - 2.33.4 514e6a882f6e e95e71b8758a 2023-12-08T22:50:13.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:12.082863+0000 mgr.smithi080.zyybpm (mgr.14182) 125 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:50:14.165 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-08T22:50:14.715 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:14 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:12.974214+0000 mgr.smithi080.zyybpm (mgr.14182) 126 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:50:14.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:14 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:12.974214+0000 mgr.smithi080.zyybpm (mgr.14182) 126 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:50:15.602 INFO:teuthology.orchestra.run.smithi080.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-12-08T22:50:15.603 INFO:teuthology.orchestra.run.smithi080.stdout:alertmanager ?:9093,9094 1/1 54s ago 3m count:1 2023-12-08T22:50:15.603 INFO:teuthology.orchestra.run.smithi080.stdout:crash 2/2 56s ago 3m * 2023-12-08T22:50:15.603 INFO:teuthology.orchestra.run.smithi080.stdout:grafana ?:3000 1/1 54s ago 3m count:1 2023-12-08T22:50:15.603 INFO:teuthology.orchestra.run.smithi080.stdout:mgr 2/2 56s ago 3m count:2 2023-12-08T22:50:15.603 INFO:teuthology.orchestra.run.smithi080.stdout:mon 2/2 56s ago 2m smithi080:172.21.15.80=smithi080;smithi150:172.21.15.150=smithi150;count:2 2023-12-08T22:50:15.603 INFO:teuthology.orchestra.run.smithi080.stdout:node-exporter ?:9100 2/2 56s ago 3m * 2023-12-08T22:50:15.603 INFO:teuthology.orchestra.run.smithi080.stdout:osd.all-available-devices 8 56s ago 116s * 2023-12-08T22:50:15.603 INFO:teuthology.orchestra.run.smithi080.stdout:prometheus ?:9095 1/1 54s ago 3m count:1 2023-12-08T22:50:15.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:15 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:13.753316+0000 mgr.smithi080.zyybpm (mgr.14182) 127 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:50:15.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:15 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:13.753316+0000 mgr.smithi080.zyybpm (mgr.14182) 127 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:50:16.022 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-08T22:50:16.692 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:14.974573+0000 mgr.smithi080.zyybpm (mgr.14182) 128 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:50:16.692 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:15.596942+0000 mgr.smithi080.zyybpm (mgr.14182) 129 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:50:16.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:14.974573+0000 mgr.smithi080.zyybpm (mgr.14182) 128 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:50:16.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:15.596942+0000 mgr.smithi080.zyybpm (mgr.14182) 129 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:50:17.384 INFO:teuthology.orchestra.run.smithi080.stdout:HOST ADDR LABELS STATUS 2023-12-08T22:50:17.384 INFO:teuthology.orchestra.run.smithi080.stdout:smithi080 172.21.15.80 2023-12-08T22:50:17.384 INFO:teuthology.orchestra.run.smithi080.stdout:smithi150 172.21.15.150 2023-12-08T22:50:17.384 INFO:teuthology.orchestra.run.smithi080.stdout:2 hosts in cluster 2023-12-08T22:50:17.763 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-08T22:50:18.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:16.974794+0000 mgr.smithi080.zyybpm (mgr.14182) 130 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:50:18.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:17.381448+0000 mgr.smithi080.zyybpm (mgr.14182) 131 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:50:18.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:16.974794+0000 mgr.smithi080.zyybpm (mgr.14182) 130 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:50:18.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:17.381448+0000 mgr.smithi080.zyybpm (mgr.14182) 131 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:50:19.190 INFO:teuthology.orchestra.run.smithi080.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-08T22:50:19.190 INFO:teuthology.orchestra.run.smithi080.stdout:smithi080 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT6204014T400BGN 372G 55s ago LVM detected, locked 2023-12-08T22:50:19.190 INFO:teuthology.orchestra.run.smithi080.stdout:smithi080 /dev/nvme1n1 ssd Linux_3db6002bfa74700d595e 89.4G 55s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T22:50:19.190 INFO:teuthology.orchestra.run.smithi080.stdout:smithi080 /dev/nvme2n1 ssd Linux_e469dd210ea0de7760a5 89.4G 55s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T22:50:19.190 INFO:teuthology.orchestra.run.smithi080.stdout:smithi080 /dev/nvme3n1 ssd Linux_5034105b1692ee0996aa 89.4G 55s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T22:50:19.191 INFO:teuthology.orchestra.run.smithi080.stdout:smithi080 /dev/nvme4n1 ssd Linux_68619a4e6310e30c3f80 89.4G 55s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T22:50:19.191 INFO:teuthology.orchestra.run.smithi080.stdout:smithi150 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300GX400BGN 372G 57s ago LVM detected, locked 2023-12-08T22:50:19.191 INFO:teuthology.orchestra.run.smithi080.stdout:smithi150 /dev/nvme1n1 ssd Linux_01ad04e9d1fec29413d8 89.4G 57s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T22:50:19.191 INFO:teuthology.orchestra.run.smithi080.stdout:smithi150 /dev/nvme2n1 ssd Linux_38a5ee8e6438ed4477a1 89.4G 57s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T22:50:19.191 INFO:teuthology.orchestra.run.smithi080.stdout:smithi150 /dev/nvme3n1 ssd Linux_560e372a4a51992dc2c8 89.4G 57s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T22:50:19.191 INFO:teuthology.orchestra.run.smithi080.stdout:smithi150 /dev/nvme4n1 ssd Linux_3758417ce9dd95b4e9ab 89.4G 57s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T22:50:19.562 INFO:teuthology.run_tasks:Running task vip... 2023-12-08T22:50:19.574 INFO:tasks.vip:Allocating static IPs for each host... 2023-12-08T22:50:19.574 INFO:tasks.vip:peername 172.21.15.80 2023-12-08T22:50:19.578 INFO:tasks.vip:172.21.15.80 in 172.21.0.0/20, pos 3919 2023-12-08T22:50:19.585 INFO:tasks.vip:smithi080.front.sepia.ceph.com static 10.0.15.80, vnet 10.0.0.0/16 2023-12-08T22:50:19.585 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-12-08T22:50:19.586 DEBUG:teuthology.orchestra.run.smithi080:> sudo ip route ls 2023-12-08T22:50:19.615 INFO:teuthology.orchestra.run.smithi080.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.80 metric 100 2023-12-08T22:50:19.615 INFO:teuthology.orchestra.run.smithi080.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.80 metric 100 2023-12-08T22:50:19.616 INFO:tasks.vip:Configuring 10.0.15.80 on smithi080.front.sepia.ceph.com iface enp3s0f1... 2023-12-08T22:50:19.617 DEBUG:teuthology.orchestra.run.smithi080:> sudo ip addr add 10.0.15.80/16 dev enp3s0f1 2023-12-08T22:50:19.684 INFO:tasks.vip:peername 172.21.15.150 2023-12-08T22:50:19.686 INFO:tasks.vip:172.21.15.150 in 172.21.0.0/20, pos 3989 2023-12-08T22:50:19.691 INFO:tasks.vip:smithi150.front.sepia.ceph.com static 10.0.15.150, vnet 10.0.0.0/16 2023-12-08T22:50:19.693 DEBUG:teuthology.orchestra.run.smithi150:> sudo ip route ls 2023-12-08T22:50:19.734 INFO:teuthology.orchestra.run.smithi150.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.150 metric 100 2023-12-08T22:50:19.735 INFO:teuthology.orchestra.run.smithi150.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.150 metric 100 2023-12-08T22:50:19.736 INFO:tasks.vip:Configuring 10.0.15.150 on smithi150.front.sepia.ceph.com iface enp3s0f1... 2023-12-08T22:50:19.736 DEBUG:teuthology.orchestra.run.smithi150:> sudo ip addr add 10.0.15.150/16 dev enp3s0f1 2023-12-08T22:50:19.809 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-08T22:50:19.826 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi080.front.sepia.ceph.com 2023-12-08T22:50:19.827 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2023-12-08T22:50:20.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:20 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:18.975142+0000 mgr.smithi080.zyybpm (mgr.14182) 132 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:50:20.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:20 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:19.186400+0000 mgr.smithi080.zyybpm (mgr.14182) 133 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:50:20.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:18.975142+0000 mgr.smithi080.zyybpm (mgr.14182) 132 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:50:20.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:19.186400+0000 mgr.smithi080.zyybpm (mgr.14182) 133 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:50:21.161 INFO:teuthology.orchestra.run.smithi080.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-08T22:50:21.161 INFO:teuthology.orchestra.run.smithi080.stdout:smithi080 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT6204014T400BGN 372G 57s ago LVM detected, locked 2023-12-08T22:50:21.161 INFO:teuthology.orchestra.run.smithi080.stdout:smithi080 /dev/nvme1n1 ssd Linux_3db6002bfa74700d595e 89.4G 57s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T22:50:21.161 INFO:teuthology.orchestra.run.smithi080.stdout:smithi080 /dev/nvme2n1 ssd Linux_e469dd210ea0de7760a5 89.4G 57s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T22:50:21.161 INFO:teuthology.orchestra.run.smithi080.stdout:smithi080 /dev/nvme3n1 ssd Linux_5034105b1692ee0996aa 89.4G 57s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T22:50:21.161 INFO:teuthology.orchestra.run.smithi080.stdout:smithi080 /dev/nvme4n1 ssd Linux_68619a4e6310e30c3f80 89.4G 57s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T22:50:21.162 INFO:teuthology.orchestra.run.smithi080.stdout:smithi150 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300GX400BGN 372G 59s ago LVM detected, locked 2023-12-08T22:50:21.162 INFO:teuthology.orchestra.run.smithi080.stdout:smithi150 /dev/nvme1n1 ssd Linux_01ad04e9d1fec29413d8 89.4G 59s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T22:50:21.162 INFO:teuthology.orchestra.run.smithi080.stdout:smithi150 /dev/nvme2n1 ssd Linux_38a5ee8e6438ed4477a1 89.4G 59s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T22:50:21.162 INFO:teuthology.orchestra.run.smithi080.stdout:smithi150 /dev/nvme3n1 ssd Linux_560e372a4a51992dc2c8 89.4G 59s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T22:50:21.162 INFO:teuthology.orchestra.run.smithi080.stdout:smithi150 /dev/nvme4n1 ssd Linux_3758417ce9dd95b4e9ab 89.4G 59s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T22:50:21.460 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:21 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:21.199279+0000 mon.smithi080 (mon.0) 566 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:50:21.557 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-08T22:50:21.566 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi080.front.sepia.ceph.com 2023-12-08T22:50:21.566 DEBUG:teuthology.orchestra.run.smithi080:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-08T22:50:21.596 INFO:teuthology.orchestra.run.smithi080.stderr:+ systemctl stop nfs-server 2023-12-08T22:50:21.603 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi150.front.sepia.ceph.com 2023-12-08T22:50:21.603 DEBUG:teuthology.orchestra.run.smithi150:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-08T22:50:21.630 INFO:teuthology.orchestra.run.smithi150.stderr:+ systemctl stop nfs-server 2023-12-08T22:50:21.637 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-08T22:50:21.647 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi080.front.sepia.ceph.com 2023-12-08T22:50:21.647 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2023-12-08T22:50:21.789 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:21 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:21.199279+0000 mon.smithi080 (mon.0) 566 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:50:22.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:22 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:20.975447+0000 mgr.smithi080.zyybpm (mgr.14182) 134 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:50:22.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:22 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:21.157025+0000 mgr.smithi080.zyybpm (mgr.14182) 135 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:50:22.717 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:20.975447+0000 mgr.smithi080.zyybpm (mgr.14182) 134 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:50:22.717 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:21.157025+0000 mgr.smithi080.zyybpm (mgr.14182) 135 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:50:23.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:23 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:22.516193+0000 mon.smithi080 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:23.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:23 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:22.516193+0000 mon.smithi080 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:24.722 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:24 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:22.975939+0000 mgr.smithi080.zyybpm (mgr.14182) 136 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:50:24.722 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:24 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:23.526508+0000 mgr.smithi080.zyybpm (mgr.14182) 137 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:50:24.722 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:24 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:23.527013+0000 mon.smithi080 (mon.0) 568 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-08T22:50:24.722 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:24 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:24.394889+0000 mon.smithi080 (mon.0) 569 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:24.785 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:24 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:22.975939+0000 mgr.smithi080.zyybpm (mgr.14182) 136 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:50:24.785 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:24 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:23.526508+0000 mgr.smithi080.zyybpm (mgr.14182) 137 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:50:24.785 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:24 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:23.527013+0000 mon.smithi080 (mon.0) 568 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-08T22:50:24.785 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:24 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:24.394889+0000 mon.smithi080 (mon.0) 569 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:25.790 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:24.527074+0000 mon.smithi080 (mon.0) 570 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-08T22:50:25.790 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:24.527113+0000 mon.smithi080 (mon.0) 571 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2023-12-08T22:50:25.791 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:24.532127+0000 mon.smithi080 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-08T22:50:25.791 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:24.999453+0000 mon.smithi080 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:25.791 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T22:50:25.539+0000 7f1e33f73700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-08T22:50:25.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:25 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:24.527074+0000 mon.smithi080 (mon.0) 570 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-08T22:50:25.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:25 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:24.527113+0000 mon.smithi080 (mon.0) 571 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2023-12-08T22:50:25.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:25 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:24.532127+0000 mon.smithi080 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-08T22:50:25.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:25 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:24.999453+0000 mon.smithi080 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:25.939 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.80/16 --port 2999' 2023-12-08T22:50:26.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:24.976226+0000 mgr.smithi080.zyybpm (mgr.14182) 138 : cluster [DBG] pgmap v104: 33 pgs: 1 creating+peering, 1 active+clean, 31 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:50:26.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:25.536054+0000 mon.smithi080 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-08T22:50:26.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:25.536166+0000 mon.smithi080 (mon.0) 575 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2023-12-08T22:50:26.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:25.539206+0000 mon.smithi080 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-08T22:50:26.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:25.539947+0000 mon.smithi080 (mon.0) 577 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-08T22:50:26.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:25.539978+0000 mon.smithi080 (mon.0) 578 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-08T22:50:26.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:25.547304+0000 mon.smithi080 (mon.0) 579 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2023-12-08T22:50:26.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:25.547471+0000 mon.smithi080 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-08T22:50:26.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:25.547549+0000 mon.smithi080 (mon.0) 581 : cluster [DBG] fsmap foofs:0 2023-12-08T22:50:26.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:50:25.556081+0000 mgr.smithi080.zyybpm (mgr.14182) 139 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-12-08T22:50:26.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:25.560722+0000 mon.smithi080 (mon.0) 582 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:26.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:26.091763+0000 mon.smithi080 (mon.0) 583 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:26.910 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:24.976226+0000 mgr.smithi080.zyybpm (mgr.14182) 138 : cluster [DBG] pgmap v104: 33 pgs: 1 creating+peering, 1 active+clean, 31 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:50:26.910 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:25.536054+0000 mon.smithi080 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-08T22:50:26.910 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:25.536166+0000 mon.smithi080 (mon.0) 575 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2023-12-08T22:50:26.910 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:25.539206+0000 mon.smithi080 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-08T22:50:26.910 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:25.539947+0000 mon.smithi080 (mon.0) 577 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-08T22:50:26.911 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:25.539978+0000 mon.smithi080 (mon.0) 578 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-08T22:50:26.911 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:25.547304+0000 mon.smithi080 (mon.0) 579 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2023-12-08T22:50:26.911 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:25.547471+0000 mon.smithi080 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-08T22:50:26.911 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:25.547549+0000 mon.smithi080 (mon.0) 581 : cluster [DBG] fsmap foofs:0 2023-12-08T22:50:26.911 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:50:25.556081+0000 mgr.smithi080.zyybpm (mgr.14182) 139 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-12-08T22:50:26.911 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:25.560722+0000 mon.smithi080 (mon.0) 582 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:26.911 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:26.091763+0000 mon.smithi080 (mon.0) 583 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:27.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:27 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:26.547726+0000 mon.smithi080 (mon.0) 584 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2023-12-08T22:50:27.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:27 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:27.394125+0000 mon.smithi080 (mon.0) 585 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:27.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:27 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:26.547726+0000 mon.smithi080 (mon.0) 584 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2023-12-08T22:50:27.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:27 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:27.394125+0000 mon.smithi080 (mon.0) 585 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:28.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:28 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:26.976536+0000 mgr.smithi080.zyybpm (mgr.14182) 140 : cluster [DBG] pgmap v108: 65 pgs: 1 creating+peering, 9 active+clean, 55 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:50:28.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:28 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:27.551890+0000 mon.smithi080 (mon.0) 586 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-12-08T22:50:28.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:28 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:27.593392+0000 mgr.smithi080.zyybpm (mgr.14182) 141 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.80/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:50:28.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:28 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:27.594738+0000 mon.smithi080 (mon.0) 587 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-08T22:50:28.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:28 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:27.832065+0000 mon.smithi080 (mon.0) 588 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:50:28.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:28 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:27.832729+0000 mon.smithi080 (mon.0) 589 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T22:50:28.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:28 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:27.837101+0000 mon.smithi080 (mon.0) 590 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:28.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:28 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:27.840876+0000 mon.smithi080 (mon.0) 591 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T22:50:28.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:28 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:27.848459+0000 mon.smithi080 (mon.0) 592 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:28.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:28 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:27.849062+0000 mon.smithi080 (mon.0) 593 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi150.yronpz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-08T22:50:28.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:28 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:27.851604+0000 mon.smithi080 (mon.0) 594 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi150.yronpz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-08T22:50:28.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:28 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:27.852169+0000 mon.smithi080 (mon.0) 595 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:50:28.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:28 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:26.976536+0000 mgr.smithi080.zyybpm (mgr.14182) 140 : cluster [DBG] pgmap v108: 65 pgs: 1 creating+peering, 9 active+clean, 55 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:50:28.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:28 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:27.551890+0000 mon.smithi080 (mon.0) 586 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-12-08T22:50:28.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:28 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:27.593392+0000 mgr.smithi080.zyybpm (mgr.14182) 141 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.80/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:50:28.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:28 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:27.594738+0000 mon.smithi080 (mon.0) 587 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-08T22:50:28.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:28 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:27.832065+0000 mon.smithi080 (mon.0) 588 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:50:28.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:28 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:27.832729+0000 mon.smithi080 (mon.0) 589 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T22:50:28.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:28 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:27.837101+0000 mon.smithi080 (mon.0) 590 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:28.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:28 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:27.840876+0000 mon.smithi080 (mon.0) 591 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T22:50:28.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:28 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:27.848459+0000 mon.smithi080 (mon.0) 592 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:28.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:28 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:27.849062+0000 mon.smithi080 (mon.0) 593 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi150.yronpz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-08T22:50:28.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:28 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:27.851604+0000 mon.smithi080 (mon.0) 594 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi150.yronpz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-08T22:50:28.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:28 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:27.852169+0000 mon.smithi080 (mon.0) 595 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:50:29.613 INFO:teuthology.orchestra.run.smithi080.stdout:NFS Cluster Created Successfully 2023-12-08T22:50:29.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:29 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:50:27.852702+0000 mgr.smithi080.zyybpm (mgr.14182) 142 : cephadm [INF] Deploying daemon mds.foofs.smithi150.yronpz on smithi150 2023-12-08T22:50:29.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:29 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:28.563140+0000 mon.smithi080 (mon.0) 596 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-08T22:50:29.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:29 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:28.563220+0000 mon.smithi080 (mon.0) 597 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-12-08T22:50:29.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:29 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:28.566647+0000 mon.smithi080 (mon.0) 598 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-08T22:50:29.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:29 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:29.532088+0000 mon.smithi080 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:29.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:29 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:29.533382+0000 mon.smithi080 (mon.0) 600 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi080.tgziyh", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-08T22:50:29.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:29 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:29.536712+0000 mon.smithi080 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi080.tgziyh", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-08T22:50:29.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:29 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:29.537430+0000 mon.smithi080 (mon.0) 602 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:50:29.942 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:29 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:50:27.852702+0000 mgr.smithi080.zyybpm (mgr.14182) 142 : cephadm [INF] Deploying daemon mds.foofs.smithi150.yronpz on smithi150 2023-12-08T22:50:29.943 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:29 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:28.563140+0000 mon.smithi080 (mon.0) 596 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-08T22:50:29.943 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:29 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:28.563220+0000 mon.smithi080 (mon.0) 597 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-12-08T22:50:29.943 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:29 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:28.566647+0000 mon.smithi080 (mon.0) 598 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-08T22:50:29.943 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:29 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:29.532088+0000 mon.smithi080 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:29.943 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:29 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:29.533382+0000 mon.smithi080 (mon.0) 600 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi080.tgziyh", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-08T22:50:29.943 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:29 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:29.536712+0000 mon.smithi080 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi080.tgziyh", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-08T22:50:29.943 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:29 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:29.537430+0000 mon.smithi080 (mon.0) 602 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:50:29.964 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-12-08T22:50:30.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:28.977111+0000 mgr.smithi080.zyybpm (mgr.14182) 143 : cluster [DBG] pgmap v111: 97 pgs: 5 creating+peering, 54 active+clean, 38 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:50:30.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:50:29.538063+0000 mgr.smithi080.zyybpm (mgr.14182) 144 : cephadm [INF] Deploying daemon mds.foofs.smithi080.tgziyh on smithi080 2023-12-08T22:50:30.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:29.568018+0000 mon.smithi080 (mon.0) 603 : cluster [DBG] mds.? [v2:172.21.15.150:6832/85233494,v1:172.21.15.150:6833/85233494] up:boot 2023-12-08T22:50:30.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:29.568084+0000 mon.smithi080 (mon.0) 604 : cluster [INF] daemon mds.foofs.smithi150.yronpz assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-08T22:50:30.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:29.568162+0000 mon.smithi080 (mon.0) 605 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-08T22:50:30.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:29.568190+0000 mon.smithi080 (mon.0) 606 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-08T22:50:30.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:29.568202+0000 mon.smithi080 (mon.0) 607 : cluster [INF] Cluster is now healthy 2023-12-08T22:50:30.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:29.568451+0000 mon.smithi080 (mon.0) 608 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-12-08T22:50:30.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:29.568636+0000 mon.smithi080 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-08T22:50:30.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:29.568751+0000 mon.smithi080 (mon.0) 610 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-12-08T22:50:30.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:29.569632+0000 mon.smithi080 (mon.0) 611 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi150.yronpz"}]: dispatch 2023-12-08T22:50:30.737 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:29.575661+0000 mon.smithi080 (mon.0) 612 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi150.yronpz=up:creating} 2023-12-08T22:50:30.737 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:29.597210+0000 mon.smithi080 (mon.0) 613 : cluster [INF] daemon mds.foofs.smithi150.yronpz is now active in filesystem foofs as rank 0 2023-12-08T22:50:30.737 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:50:29.602329+0000 mgr.smithi080.zyybpm (mgr.14182) 145 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-12-08T22:50:30.737 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:29.605794+0000 mon.smithi080 (mon.0) 614 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:30.737 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:50:29.607269+0000 mgr.smithi080.zyybpm (mgr.14182) 146 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-12-08T22:50:30.737 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:29.610326+0000 mon.smithi080 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:30.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:30 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:28.977111+0000 mgr.smithi080.zyybpm (mgr.14182) 143 : cluster [DBG] pgmap v111: 97 pgs: 5 creating+peering, 54 active+clean, 38 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:50:30.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:30 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:50:29.538063+0000 mgr.smithi080.zyybpm (mgr.14182) 144 : cephadm [INF] Deploying daemon mds.foofs.smithi080.tgziyh on smithi080 2023-12-08T22:50:30.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:30 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:29.568018+0000 mon.smithi080 (mon.0) 603 : cluster [DBG] mds.? [v2:172.21.15.150:6832/85233494,v1:172.21.15.150:6833/85233494] up:boot 2023-12-08T22:50:30.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:30 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:29.568084+0000 mon.smithi080 (mon.0) 604 : cluster [INF] daemon mds.foofs.smithi150.yronpz assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-08T22:50:30.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:30 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:29.568162+0000 mon.smithi080 (mon.0) 605 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-08T22:50:30.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:30 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:29.568190+0000 mon.smithi080 (mon.0) 606 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-08T22:50:30.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:30 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:29.568202+0000 mon.smithi080 (mon.0) 607 : cluster [INF] Cluster is now healthy 2023-12-08T22:50:30.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:30 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:29.568451+0000 mon.smithi080 (mon.0) 608 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-12-08T22:50:30.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:30 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:29.568636+0000 mon.smithi080 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-08T22:50:30.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:30 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:29.568751+0000 mon.smithi080 (mon.0) 610 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-12-08T22:50:30.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:30 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:29.569632+0000 mon.smithi080 (mon.0) 611 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi150.yronpz"}]: dispatch 2023-12-08T22:50:30.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:30 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:29.575661+0000 mon.smithi080 (mon.0) 612 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi150.yronpz=up:creating} 2023-12-08T22:50:30.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:30 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:29.597210+0000 mon.smithi080 (mon.0) 613 : cluster [INF] daemon mds.foofs.smithi150.yronpz is now active in filesystem foofs as rank 0 2023-12-08T22:50:30.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:30 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:50:29.602329+0000 mgr.smithi080.zyybpm (mgr.14182) 145 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-12-08T22:50:30.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:30 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:29.605794+0000 mon.smithi080 (mon.0) 614 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:30.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:30 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:50:29.607269+0000 mgr.smithi080.zyybpm (mgr.14182) 146 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-12-08T22:50:30.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:30 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:29.610326+0000 mon.smithi080 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:31.831 INFO:teuthology.orchestra.run.smithi080.stdout:{ 2023-12-08T22:50:31.832 INFO:teuthology.orchestra.run.smithi080.stdout: "bind": "/fake", 2023-12-08T22:50:31.832 INFO:teuthology.orchestra.run.smithi080.stdout: "fs": "foofs", 2023-12-08T22:50:31.832 INFO:teuthology.orchestra.run.smithi080.stdout: "path": "/", 2023-12-08T22:50:31.832 INFO:teuthology.orchestra.run.smithi080.stdout: "cluster": "foo", 2023-12-08T22:50:31.832 INFO:teuthology.orchestra.run.smithi080.stdout: "mode": "RW" 2023-12-08T22:50:31.832 INFO:teuthology.orchestra.run.smithi080.stdout:} 2023-12-08T22:50:31.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:31 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:30.580327+0000 mon.smithi080 (mon.0) 616 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-12-08T22:50:31.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:31 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:30.585309+0000 mon.smithi080 (mon.0) 617 : cluster [DBG] mds.? [v2:172.21.15.150:6832/85233494,v1:172.21.15.150:6833/85233494] up:active 2023-12-08T22:50:31.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:31 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:30.585352+0000 mon.smithi080 (mon.0) 618 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi150.yronpz=up:active} 2023-12-08T22:50:31.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:31 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:30.615669+0000 mon.smithi080 (mon.0) 619 : cluster [DBG] mgrmap e19: smithi080.zyybpm(active, since 2m), standbys: smithi150.ontdak 2023-12-08T22:50:31.848 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:31 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:30.580327+0000 mon.smithi080 (mon.0) 616 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-12-08T22:50:31.848 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:31 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:30.585309+0000 mon.smithi080 (mon.0) 617 : cluster [DBG] mds.? [v2:172.21.15.150:6832/85233494,v1:172.21.15.150:6833/85233494] up:active 2023-12-08T22:50:31.848 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:31 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:30.585352+0000 mon.smithi080 (mon.0) 618 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi150.yronpz=up:active} 2023-12-08T22:50:31.848 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:31 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:30.615669+0000 mon.smithi080 (mon.0) 619 : cluster [DBG] mgrmap e19: smithi080.zyybpm(active, since 2m), standbys: smithi150.ontdak 2023-12-08T22:50:32.217 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-08T22:50:32.227 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-12-08T22:50:32.228 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:50:32.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:32 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:30.977697+0000 mgr.smithi080.zyybpm (mgr.14182) 147 : cluster [DBG] pgmap v114: 97 pgs: 8 creating+peering, 67 active+clean, 22 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:50:32.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:32 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:31.819523+0000 mon.smithi080 (mon.0) 620 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 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-08T22:50:32.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:32 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:31.824740+0000 mon.smithi080 (mon.0) 621 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 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-08T22:50:32.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:32 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:31.906324+0000 mon.smithi080 (mon.0) 622 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:32.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:32 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:31.907491+0000 mon.smithi080 (mon.0) 623 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:50:32.881 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:32 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:30.977697+0000 mgr.smithi080.zyybpm (mgr.14182) 147 : cluster [DBG] pgmap v114: 97 pgs: 8 creating+peering, 67 active+clean, 22 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:50:32.881 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:32 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:31.819523+0000 mon.smithi080 (mon.0) 620 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 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-08T22:50:32.881 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:32 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:31.824740+0000 mon.smithi080 (mon.0) 621 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 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-08T22:50:32.881 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:32 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:31.906324+0000 mon.smithi080 (mon.0) 622 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:32.881 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:32 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:31.907491+0000 mon.smithi080 (mon.0) 623 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:50:33.722 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:33 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:31.790341+0000 mgr.smithi080.zyybpm (mgr.14182) 148 : audit [DBG] from='client.14554 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:50:33.722 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:33 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:32.826250+0000 mon.smithi080 (mon.0) 624 : cluster [DBG] mds.? [v2:172.21.15.80:6834/567428716,v1:172.21.15.80:6835/567428716] up:boot 2023-12-08T22:50:33.722 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:33 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:32.826469+0000 mon.smithi080 (mon.0) 625 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi150.yronpz=up:active} 1 up:standby 2023-12-08T22:50:33.722 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:33 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:32.826556+0000 mon.smithi080 (mon.0) 626 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi080.tgziyh"}]: dispatch 2023-12-08T22:50:33.722 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:33 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:32.828666+0000 mon.smithi080 (mon.0) 627 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi150.yronpz=up:active} 1 up:standby 2023-12-08T22:50:33.722 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:33 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:33.259115+0000 mon.smithi080 (mon.0) 628 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:33.826 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:50:33.827 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:24.388795Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:24.388860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:24.388942Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 1, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:24.388728Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:24.388591Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:24.389002Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:24.389120Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:24.389061Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:50:34.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:33 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:31.790341+0000 mgr.smithi080.zyybpm (mgr.14182) 148 : audit [DBG] from='client.14554 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:50:34.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:33 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:32.826250+0000 mon.smithi080 (mon.0) 624 : cluster [DBG] mds.? [v2:172.21.15.80:6834/567428716,v1:172.21.15.80:6835/567428716] up:boot 2023-12-08T22:50:34.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:33 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:32.826469+0000 mon.smithi080 (mon.0) 625 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi150.yronpz=up:active} 1 up:standby 2023-12-08T22:50:34.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:33 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:32.826556+0000 mon.smithi080 (mon.0) 626 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi080.tgziyh"}]: dispatch 2023-12-08T22:50:34.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:33 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:32.828666+0000 mon.smithi080 (mon.0) 627 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi150.yronpz=up:active} 1 up:standby 2023-12-08T22:50:34.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:33 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:33.259115+0000 mon.smithi080 (mon.0) 628 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:34.209 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:50:34.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:34 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:32.978199+0000 mgr.smithi080.zyybpm (mgr.14182) 149 : cluster [DBG] pgmap v115: 97 pgs: 8 creating+peering, 86 active+clean, 3 unknown; 2.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:50:34.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:34 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:32.978199+0000 mgr.smithi080.zyybpm (mgr.14182) 149 : cluster [DBG] pgmap v115: 97 pgs: 8 creating+peering, 86 active+clean, 3 unknown; 2.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:50:35.210 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:50:35.855 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:33.821064+0000 mgr.smithi080.zyybpm (mgr.14182) 150 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:50:35.855 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:34.624143+0000 mon.smithi080 (mon.0) 629 : cluster [DBG] mgrmap e20: smithi080.zyybpm(active, since 2m), standbys: smithi150.ontdak 2023-12-08T22:50:35.855 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:35.057021+0000 mon.smithi080 (mon.0) 630 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:35.856 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:35.057799+0000 mon.smithi080 (mon.0) 631 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:50:35.856 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:35.058398+0000 mon.smithi080 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T22:50:35.856 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:35.064253+0000 mon.smithi080 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:35.856 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:35.067696+0000 mon.smithi080 (mon.0) 634 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T22:50:35.856 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:35.076302+0000 mon.smithi080 (mon.0) 635 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:35.856 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:35.092667+0000 mon.smithi080 (mon.0) 636 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi080.nnloxi", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-08T22:50:35.856 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:35.096025+0000 mon.smithi080 (mon.0) 637 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi080.nnloxi", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-08T22:50:35.856 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:35.096683+0000 mon.smithi080 (mon.0) 638 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 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-08T22:50:35.857 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:35.099572+0000 mon.smithi080 (mon.0) 639 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 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-08T22:50:35.857 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:35.100510+0000 mon.smithi080 (mon.0) 640 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:50:35.857 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:35.138061+0000 mon.smithi080 (mon.0) 641 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-08T22:50:35.857 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:35.141027+0000 mon.smithi080 (mon.0) 642 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-08T22:50:35.857 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:35.182764+0000 mon.smithi080 (mon.0) 643 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi080.nnloxi-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T22:50:35.857 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:35.186025+0000 mon.smithi080 (mon.0) 644 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi080.nnloxi-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T22:50:35.857 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:35.189128+0000 mon.smithi080 (mon.0) 645 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:50:36.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:33.821064+0000 mgr.smithi080.zyybpm (mgr.14182) 150 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:50:36.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:34.624143+0000 mon.smithi080 (mon.0) 629 : cluster [DBG] mgrmap e20: smithi080.zyybpm(active, since 2m), standbys: smithi150.ontdak 2023-12-08T22:50:36.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:35.057021+0000 mon.smithi080 (mon.0) 630 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:36.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:35.057799+0000 mon.smithi080 (mon.0) 631 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:50:36.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:35.058398+0000 mon.smithi080 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T22:50:36.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:35.064253+0000 mon.smithi080 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:36.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:35.067696+0000 mon.smithi080 (mon.0) 634 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T22:50:36.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:35.076302+0000 mon.smithi080 (mon.0) 635 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:36.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:35.092667+0000 mon.smithi080 (mon.0) 636 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi080.nnloxi", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-08T22:50:36.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:35.096025+0000 mon.smithi080 (mon.0) 637 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi080.nnloxi", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-08T22:50:36.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:35.096683+0000 mon.smithi080 (mon.0) 638 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 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-08T22:50:36.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:35.099572+0000 mon.smithi080 (mon.0) 639 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 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-08T22:50:36.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:35.100510+0000 mon.smithi080 (mon.0) 640 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:50:36.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:35.138061+0000 mon.smithi080 (mon.0) 641 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-08T22:50:36.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:35.141027+0000 mon.smithi080 (mon.0) 642 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-08T22:50:36.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:35.182764+0000 mon.smithi080 (mon.0) 643 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi080.nnloxi-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T22:50:36.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:35.186025+0000 mon.smithi080 (mon.0) 644 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi080.nnloxi-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T22:50:36.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:35.189128+0000 mon.smithi080 (mon.0) 645 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:50:36.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:34.978707+0000 mgr.smithi080.zyybpm (mgr.14182) 151 : cluster [DBG] pgmap v116: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s wr, 5 op/s 2023-12-08T22:50:36.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:50:35.092412+0000 mgr.smithi080.zyybpm (mgr.14182) 152 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi080.nnloxi 2023-12-08T22:50:36.737 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:50:35.096505+0000 mgr.smithi080.zyybpm (mgr.14182) 153 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-08T22:50:36.737 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:50:35.182339+0000 mgr.smithi080.zyybpm (mgr.14182) 154 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-12-08T22:50:36.737 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:50:35.182429+0000 mgr.smithi080.zyybpm (mgr.14182) 155 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi080.nnloxi-rgw 2023-12-08T22:50:36.737 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:50:35.189757+0000 mgr.smithi080.zyybpm (mgr.14182) 156 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi080.nnloxi on smithi080 2023-12-08T22:50:36.737 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:36.127951+0000 mon.smithi080 (mon.0) 646 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:36.874 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:50:36.874 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:50:37.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:34.978707+0000 mgr.smithi080.zyybpm (mgr.14182) 151 : cluster [DBG] pgmap v116: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s wr, 5 op/s 2023-12-08T22:50:37.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:50:35.092412+0000 mgr.smithi080.zyybpm (mgr.14182) 152 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi080.nnloxi 2023-12-08T22:50:37.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:50:35.096505+0000 mgr.smithi080.zyybpm (mgr.14182) 153 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-08T22:50:37.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:50:35.182339+0000 mgr.smithi080.zyybpm (mgr.14182) 154 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-12-08T22:50:37.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:50:35.182429+0000 mgr.smithi080.zyybpm (mgr.14182) 155 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi080.nnloxi-rgw 2023-12-08T22:50:37.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:50:35.189757+0000 mgr.smithi080.zyybpm (mgr.14182) 156 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi080.nnloxi on smithi080 2023-12-08T22:50:37.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:36.127951+0000 mon.smithi080 (mon.0) 646 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:37.310 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:50:38.311 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:50:38.637 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:38 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:36.866215+0000 mgr.smithi080.zyybpm (mgr.14182) 157 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:50:38.637 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:38 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:36.979294+0000 mgr.smithi080.zyybpm (mgr.14182) 158 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 767 B/s wr, 3 op/s 2023-12-08T22:50:38.638 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:38 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:37.447193+0000 mon.smithi080 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:38.638 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:38 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:37.452401+0000 mon.smithi080 (mon.0) 648 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:38.638 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:38 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:50:37.459653+0000 mgr.smithi080.zyybpm (mgr.14182) 159 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.dtppqv on smithi150 2023-12-08T22:50:38.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:38 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:36.866215+0000 mgr.smithi080.zyybpm (mgr.14182) 157 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:50:38.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:38 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:36.979294+0000 mgr.smithi080.zyybpm (mgr.14182) 158 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 767 B/s wr, 3 op/s 2023-12-08T22:50:38.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:38 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:37.447193+0000 mon.smithi080 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:38.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:38 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:37.452401+0000 mon.smithi080 (mon.0) 648 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:38.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:38 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:50:37.459653+0000 mgr.smithi080.zyybpm (mgr.14182) 159 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.dtppqv on smithi150 2023-12-08T22:50:39.706 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:50:39.706 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:50:40.044 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:50:40.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:38.979784+0000 mgr.smithi080.zyybpm (mgr.14182) 160 : cluster [DBG] pgmap v118: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 2 op/s 2023-12-08T22:50:40.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:39.700158+0000 mgr.smithi080.zyybpm (mgr.14182) 161 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:50:40.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:38.979784+0000 mgr.smithi080.zyybpm (mgr.14182) 160 : cluster [DBG] pgmap v118: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 2 op/s 2023-12-08T22:50:40.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:39.700158+0000 mgr.smithi080.zyybpm (mgr.14182) 161 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:50:41.045 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:50:42.409 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:50:42.409 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:50:42.431 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:42 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:40.980219+0000 mgr.smithi080.zyybpm (mgr.14182) 162 : cluster [DBG] pgmap v119: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2023-12-08T22:50:42.431 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:42 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:41.091573+0000 mon.smithi080 (mon.0) 649 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:42.431 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:42 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:41.137337+0000 mon.smithi080 (mon.0) 650 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:42.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:42 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:40.980219+0000 mgr.smithi080.zyybpm (mgr.14182) 162 : cluster [DBG] pgmap v119: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2023-12-08T22:50:42.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:42 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:41.091573+0000 mon.smithi080 (mon.0) 649 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:42.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:42 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:41.137337+0000 mon.smithi080 (mon.0) 650 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:50:42.791 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:50:43.405 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:42.403556+0000 mgr.smithi080.zyybpm (mgr.14182) 163 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:50:43.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:42.403556+0000 mgr.smithi080.zyybpm (mgr.14182) 163 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:50:43.792 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:50:44.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:42.980685+0000 mgr.smithi080.zyybpm (mgr.14182) 164 : cluster [DBG] pgmap v120: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2023-12-08T22:50:44.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:42.980685+0000 mgr.smithi080.zyybpm (mgr.14182) 164 : cluster [DBG] pgmap v120: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2023-12-08T22:50:45.191 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:50:45.191 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:50:45.573 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:50:46.574 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:50:46.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:46 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:44.981142+0000 mgr.smithi080.zyybpm (mgr.14182) 165 : cluster [DBG] pgmap v121: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2023-12-08T22:50:46.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:46 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:45.185528+0000 mgr.smithi080.zyybpm (mgr.14182) 166 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:50:46.608 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:46 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:44.981142+0000 mgr.smithi080.zyybpm (mgr.14182) 165 : cluster [DBG] pgmap v121: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2023-12-08T22:50:46.608 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:46 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:45.185528+0000 mgr.smithi080.zyybpm (mgr.14182) 166 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:50:47.924 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:50:47.924 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:50:48.289 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:50:48.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:46.981679+0000 mgr.smithi080.zyybpm (mgr.14182) 167 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1023 B/s wr, 2 op/s 2023-12-08T22:50:48.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:48 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:46.981679+0000 mgr.smithi080.zyybpm (mgr.14182) 167 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1023 B/s wr, 2 op/s 2023-12-08T22:50:49.289 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:50:49.641 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:49 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:47.918071+0000 mgr.smithi080.zyybpm (mgr.14182) 168 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:50:49.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:49 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:47.918071+0000 mgr.smithi080.zyybpm (mgr.14182) 168 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:50:50.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:50 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:48.982441+0000 mgr.smithi080.zyybpm (mgr.14182) 169 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 938 B/s wr, 2 op/s 2023-12-08T22:50:50.694 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:50:50.694 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:50:50.725 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:50 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:48.982441+0000 mgr.smithi080.zyybpm (mgr.14182) 169 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 938 B/s wr, 2 op/s 2023-12-08T22:50:51.081 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:50:51.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:51 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:50.688425+0000 mgr.smithi080.zyybpm (mgr.14182) 170 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:50:51.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:51 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:50.688425+0000 mgr.smithi080.zyybpm (mgr.14182) 170 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:50:52.082 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:50:52.424 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:50.982818+0000 mgr.smithi080.zyybpm (mgr.14182) 171 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 938 B/s wr, 2 op/s 2023-12-08T22:50:52.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:50.982818+0000 mgr.smithi080.zyybpm (mgr.14182) 171 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 938 B/s wr, 2 op/s 2023-12-08T22:50:53.416 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:50:53.416 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:50:53.813 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:50:54.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:54 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:52.983311+0000 mgr.smithi080.zyybpm (mgr.14182) 172 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-12-08T22:50:54.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:54 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:53.410617+0000 mgr.smithi080.zyybpm (mgr.14182) 173 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:50:54.814 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:50:54.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:54 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:52.983311+0000 mgr.smithi080.zyybpm (mgr.14182) 172 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-12-08T22:50:54.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:54 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:53.410617+0000 mgr.smithi080.zyybpm (mgr.14182) 173 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:50:56.165 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:50:56.165 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:50:56.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:56 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:54.983894+0000 mgr.smithi080.zyybpm (mgr.14182) 174 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:50:56.537 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:50:56.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:56 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:54.983894+0000 mgr.smithi080.zyybpm (mgr.14182) 174 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:50:57.539 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:50:57.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:57 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:56.159259+0000 mgr.smithi080.zyybpm (mgr.14182) 175 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:50:57.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:57 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:56.159259+0000 mgr.smithi080.zyybpm (mgr.14182) 175 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:50:58.485 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:50:58 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:56.984244+0000 mgr.smithi080.zyybpm (mgr.14182) 176 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:50:58.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:50:58 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:56.984244+0000 mgr.smithi080.zyybpm (mgr.14182) 176 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:50:58.860 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:50:58.860 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:50:59.246 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:51:00.246 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:51:00.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:00 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:50:58.854764+0000 mgr.smithi080.zyybpm (mgr.14182) 177 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:00.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:00 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:50:58.984901+0000 mgr.smithi080.zyybpm (mgr.14182) 178 : cluster [DBG] pgmap v128: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:51:00.605 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:00 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:50:58.854764+0000 mgr.smithi080.zyybpm (mgr.14182) 177 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:00.605 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:00 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:50:58.984901+0000 mgr.smithi080.zyybpm (mgr.14182) 178 : cluster [DBG] pgmap v128: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:51:01.724 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:51:01.724 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:51:02.094 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:51:02.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:02 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:51:00.985377+0000 mgr.smithi080.zyybpm (mgr.14182) 179 : cluster [DBG] pgmap v129: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:51:02.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:02 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:51:00.985377+0000 mgr.smithi080.zyybpm (mgr.14182) 179 : cluster [DBG] pgmap v129: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:51:03.095 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:51:03.664 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:03 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:51:01.717783+0000 mgr.smithi080.zyybpm (mgr.14182) 180 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:03.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:03 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:51:01.717783+0000 mgr.smithi080.zyybpm (mgr.14182) 180 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:04.489 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:51:04.489 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:51:04.665 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:04 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:51:02.986140+0000 mgr.smithi080.zyybpm (mgr.14182) 181 : 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-08T22:51:04.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:04 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:51:02.986140+0000 mgr.smithi080.zyybpm (mgr.14182) 181 : 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-08T22:51:04.861 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:51:05.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:05 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:51:04.483887+0000 mgr.smithi080.zyybpm (mgr.14182) 182 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:05.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:05 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:51:04.483887+0000 mgr.smithi080.zyybpm (mgr.14182) 182 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:05.862 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:51:06.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:51:04.986567+0000 mgr.smithi080.zyybpm (mgr.14182) 183 : cluster [DBG] pgmap v131: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:51:06.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:06 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:51:04.986567+0000 mgr.smithi080.zyybpm (mgr.14182) 183 : cluster [DBG] pgmap v131: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:51:07.221 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:51:07.222 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:51:07.592 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:51:08.593 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:51:08.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:51:06.987039+0000 mgr.smithi080.zyybpm (mgr.14182) 184 : 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-08T22:51:08.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:51:07.215783+0000 mgr.smithi080.zyybpm (mgr.14182) 185 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:08.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:51:06.987039+0000 mgr.smithi080.zyybpm (mgr.14182) 184 : 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-08T22:51:08.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:51:07.215783+0000 mgr.smithi080.zyybpm (mgr.14182) 185 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:09.923 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:51:09.923 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:51:10.319 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:51:10.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:51:08.987537+0000 mgr.smithi080.zyybpm (mgr.14182) 186 : cluster [DBG] pgmap v133: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:51:10.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:51:08.987537+0000 mgr.smithi080.zyybpm (mgr.14182) 186 : cluster [DBG] pgmap v133: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:51:11.321 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:51:11.652 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:11 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:51:09.917245+0000 mgr.smithi080.zyybpm (mgr.14182) 187 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:11.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:11 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:51:09.917245+0000 mgr.smithi080.zyybpm (mgr.14182) 187 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:12.710 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:51:12.710 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:51:12.732 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:51:10.988060+0000 mgr.smithi080.zyybpm (mgr.14182) 188 : 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-08T22:51:12.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:51:10.988060+0000 mgr.smithi080.zyybpm (mgr.14182) 188 : 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-08T22:51:13.084 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:51:13.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:51:12.702365+0000 mgr.smithi080.zyybpm (mgr.14182) 189 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:13.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:51:12.702365+0000 mgr.smithi080.zyybpm (mgr.14182) 189 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:14.085 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:51:14.721 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:14 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:51:12.988497+0000 mgr.smithi080.zyybpm (mgr.14182) 190 : 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-08T22:51:14.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:14 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:51:12.988497+0000 mgr.smithi080.zyybpm (mgr.14182) 190 : 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-08T22:51:15.411 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:51:15.412 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:51:15.808 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:51:16.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:51:14.989053+0000 mgr.smithi080.zyybpm (mgr.14182) 191 : cluster [DBG] pgmap v136: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:51:16.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:51:15.406359+0000 mgr.smithi080.zyybpm (mgr.14182) 192 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:16.810 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:51:16.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:51:14.989053+0000 mgr.smithi080.zyybpm (mgr.14182) 191 : cluster [DBG] pgmap v136: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:51:16.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:51:15.406359+0000 mgr.smithi080.zyybpm (mgr.14182) 192 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:18.250 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:51:18.251 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:51:18.574 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:51:16.989411+0000 mgr.smithi080.zyybpm (mgr.14182) 193 : 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-08T22:51:18.632 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:51:18.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:51:16.989411+0000 mgr.smithi080.zyybpm (mgr.14182) 193 : 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-08T22:51:19.633 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:51:19.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:19 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:51:18.244158+0000 mgr.smithi080.zyybpm (mgr.14182) 194 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:19.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:19 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:51:18.244158+0000 mgr.smithi080.zyybpm (mgr.14182) 194 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:20.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:20 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:51:18.990056+0000 mgr.smithi080.zyybpm (mgr.14182) 195 : cluster [DBG] pgmap v138: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:51:20.636 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:51:18.990056+0000 mgr.smithi080.zyybpm (mgr.14182) 195 : cluster [DBG] pgmap v138: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:51:20.990 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:51:20.990 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:51:21.365 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:51:22.366 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:51:22.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:51:20.984790+0000 mgr.smithi080.zyybpm (mgr.14182) 196 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:22.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:51:20.990414+0000 mgr.smithi080.zyybpm (mgr.14182) 197 : 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-08T22:51:22.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:22 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:51:20.984790+0000 mgr.smithi080.zyybpm (mgr.14182) 196 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:22.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:22 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:51:20.990414+0000 mgr.smithi080.zyybpm (mgr.14182) 197 : 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-08T22:51:23.741 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:51:23.741 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:51:24.106 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:51:24.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:24 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:51:22.990884+0000 mgr.smithi080.zyybpm (mgr.14182) 198 : 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-08T22:51:24.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:24 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:51:22.990884+0000 mgr.smithi080.zyybpm (mgr.14182) 198 : 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-08T22:51:25.107 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:51:25.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:51:23.734970+0000 mgr.smithi080.zyybpm (mgr.14182) 199 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:25.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:25 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:51:23.734970+0000 mgr.smithi080.zyybpm (mgr.14182) 199 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:26.445 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:51:26.445 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:51:26.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:51:24.991510+0000 mgr.smithi080.zyybpm (mgr.14182) 200 : cluster [DBG] pgmap v141: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:51:26.831 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:51:26.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:51:24.991510+0000 mgr.smithi080.zyybpm (mgr.14182) 200 : cluster [DBG] pgmap v141: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:51:27.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:27 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:51:26.439290+0000 mgr.smithi080.zyybpm (mgr.14182) 201 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:27.832 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:51:27.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:27 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:51:26.439290+0000 mgr.smithi080.zyybpm (mgr.14182) 201 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:28.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:28 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:51:26.991951+0000 mgr.smithi080.zyybpm (mgr.14182) 202 : 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-08T22:51:28.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:28 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:51:26.991951+0000 mgr.smithi080.zyybpm (mgr.14182) 202 : 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-08T22:51:29.174 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:51:29.174 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:51:29.588 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:51:30.591 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:51:30.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:30 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:51:28.992479+0000 mgr.smithi080.zyybpm (mgr.14182) 203 : cluster [DBG] pgmap v143: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:51:30.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:30 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:51:29.168373+0000 mgr.smithi080.zyybpm (mgr.14182) 204 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:30.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:51:28.992479+0000 mgr.smithi080.zyybpm (mgr.14182) 203 : cluster [DBG] pgmap v143: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:51:30.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:51:29.168373+0000 mgr.smithi080.zyybpm (mgr.14182) 204 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:32.032 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:51:32.032 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:51:32.414 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:51:32.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:32 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:51:30.992912+0000 mgr.smithi080.zyybpm (mgr.14182) 205 : 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-08T22:51:32.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:32 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:51:30.992912+0000 mgr.smithi080.zyybpm (mgr.14182) 205 : 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-08T22:51:33.415 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:51:33.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:33 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:51:32.026938+0000 mgr.smithi080.zyybpm (mgr.14182) 206 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:33.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:33 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:51:32.026938+0000 mgr.smithi080.zyybpm (mgr.14182) 206 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:34.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:34 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:51:32.993591+0000 mgr.smithi080.zyybpm (mgr.14182) 207 : 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-08T22:51:34.740 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:51:34.740 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:51:34.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:34 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:51:32.993591+0000 mgr.smithi080.zyybpm (mgr.14182) 207 : 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-08T22:51:35.121 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:51:36.122 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:51:36.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:51:34.734629+0000 mgr.smithi080.zyybpm (mgr.14182) 208 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:36.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:51:34.994073+0000 mgr.smithi080.zyybpm (mgr.14182) 209 : cluster [DBG] pgmap v146: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:51:36.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:51:34.734629+0000 mgr.smithi080.zyybpm (mgr.14182) 208 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:36.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:51:34.994073+0000 mgr.smithi080.zyybpm (mgr.14182) 209 : cluster [DBG] pgmap v146: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:51:37.534 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:51:37.534 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:51:37.929 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:51:38.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:38 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:51:36.994422+0000 mgr.smithi080.zyybpm (mgr.14182) 210 : 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-08T22:51:38.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:38 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:51:37.528674+0000 mgr.smithi080.zyybpm (mgr.14182) 211 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:38.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:38 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:51:36.994422+0000 mgr.smithi080.zyybpm (mgr.14182) 210 : 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-08T22:51:38.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:38 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:51:37.528674+0000 mgr.smithi080.zyybpm (mgr.14182) 211 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:38.930 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:51:40.339 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:51:40.339 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:51:40.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:51:38.995023+0000 mgr.smithi080.zyybpm (mgr.14182) 212 : cluster [DBG] pgmap v148: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:51:40.693 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:51:38.995023+0000 mgr.smithi080.zyybpm (mgr.14182) 212 : cluster [DBG] pgmap v148: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:51:40.729 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:51:41.731 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:51:41.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:51:40.333044+0000 mgr.smithi080.zyybpm (mgr.14182) 213 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:41.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:51:40.333044+0000 mgr.smithi080.zyybpm (mgr.14182) 213 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:42.648 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:42 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:51:40.995619+0000 mgr.smithi080.zyybpm (mgr.14182) 214 : 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-08T22:51:42.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:42 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:51:40.995619+0000 mgr.smithi080.zyybpm (mgr.14182) 214 : 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-08T22:51:42.995 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:51:42.996 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:51:43.386 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:51:44.387 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:51:44.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:51:42.990214+0000 mgr.smithi080.zyybpm (mgr.14182) 215 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:44.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:51:42.996037+0000 mgr.smithi080.zyybpm (mgr.14182) 216 : 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-08T22:51:44.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:51:42.990214+0000 mgr.smithi080.zyybpm (mgr.14182) 215 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:44.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:51:42.996037+0000 mgr.smithi080.zyybpm (mgr.14182) 216 : 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-08T22:51:45.799 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:51:45.799 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:51:46.198 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:51:46.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:46 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:51:44.996551+0000 mgr.smithi080.zyybpm (mgr.14182) 217 : cluster [DBG] pgmap v151: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:51:46.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:46 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:51:44.996551+0000 mgr.smithi080.zyybpm (mgr.14182) 217 : cluster [DBG] pgmap v151: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:51:47.199 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:51:47.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:47 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:51:45.793917+0000 mgr.smithi080.zyybpm (mgr.14182) 218 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:47.855 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:47 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:51:45.793917+0000 mgr.smithi080.zyybpm (mgr.14182) 218 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:48.552 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:51:48.552 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:51:48.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:48 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:51:46.996979+0000 mgr.smithi080.zyybpm (mgr.14182) 219 : 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-08T22:51:48.866 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:51:46.996979+0000 mgr.smithi080.zyybpm (mgr.14182) 219 : 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-08T22:51:48.934 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:51:49.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:49 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:51:48.546069+0000 mgr.smithi080.zyybpm (mgr.14182) 220 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:49.936 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:51:49.969 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:49 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:51:48.546069+0000 mgr.smithi080.zyybpm (mgr.14182) 220 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:50.580 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:50 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:51:48.997670+0000 mgr.smithi080.zyybpm (mgr.14182) 221 : cluster [DBG] pgmap v153: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:51:50.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:50 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:51:48.997670+0000 mgr.smithi080.zyybpm (mgr.14182) 221 : cluster [DBG] pgmap v153: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:51:51.282 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:51:51.283 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:51:51.660 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:51:52.827 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:51:52.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:51:50.998211+0000 mgr.smithi080.zyybpm (mgr.14182) 222 : 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-08T22:51:52.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:51:51.277285+0000 mgr.smithi080.zyybpm (mgr.14182) 223 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:52.859 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:51:50.998211+0000 mgr.smithi080.zyybpm (mgr.14182) 222 : 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-08T22:51:52.860 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:51:51.277285+0000 mgr.smithi080.zyybpm (mgr.14182) 223 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:54.223 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:51:54.223 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:51:54.602 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:54 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:51:52.998718+0000 mgr.smithi080.zyybpm (mgr.14182) 224 : 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-08T22:51:54.632 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:51:54.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:54 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:51:52.998718+0000 mgr.smithi080.zyybpm (mgr.14182) 224 : 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-08T22:51:55.633 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:51:55.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:55 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:51:54.217491+0000 mgr.smithi080.zyybpm (mgr.14182) 225 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:55.975 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:55 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:51:54.217491+0000 mgr.smithi080.zyybpm (mgr.14182) 225 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:56.629 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:56 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:51:54.999169+0000 mgr.smithi080.zyybpm (mgr.14182) 226 : cluster [DBG] pgmap v156: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:51:56.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:56 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:51:54.999169+0000 mgr.smithi080.zyybpm (mgr.14182) 226 : cluster [DBG] pgmap v156: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:51:56.982 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:51:56.982 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:51:57.357 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:51:58.358 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:51:58.702 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:58 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:51:56.976614+0000 mgr.smithi080.zyybpm (mgr.14182) 227 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:58.702 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:51:58 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:51:56.999546+0000 mgr.smithi080.zyybpm (mgr.14182) 228 : 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-08T22:51:58.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:58 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:51:56.976614+0000 mgr.smithi080.zyybpm (mgr.14182) 227 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:51:58.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:51:58 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:51:56.999546+0000 mgr.smithi080.zyybpm (mgr.14182) 228 : 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-08T22:51:59.761 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:51:59.761 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:52:00.148 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:52:00.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:00 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:51:59.000093+0000 mgr.smithi080.zyybpm (mgr.14182) 229 : cluster [DBG] pgmap v158: 97 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-08T22:52:00.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:00 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:51:59.000093+0000 mgr.smithi080.zyybpm (mgr.14182) 229 : cluster [DBG] pgmap v158: 97 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-08T22:52:01.149 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:52:01.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:01 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:51:59.755457+0000 mgr.smithi080.zyybpm (mgr.14182) 230 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:01.844 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:01 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:51:59.755457+0000 mgr.smithi080.zyybpm (mgr.14182) 230 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:02.534 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:52:02.535 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:52:02.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:02 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:52:01.000759+0000 mgr.smithi080.zyybpm (mgr.14182) 231 : 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-08T22:52:02.888 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:02 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:52:01.000759+0000 mgr.smithi080.zyybpm (mgr.14182) 231 : 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-08T22:52:02.973 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:52:03.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:03 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:52:02.526455+0000 mon.smithi080 (mon.0) 651 : cluster [DBG] mgrmap e21: smithi080.zyybpm(active, since 4m), standbys: smithi150.ontdak 2023-12-08T22:52:03.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:03 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:52:02.528901+0000 mgr.smithi080.zyybpm (mgr.14182) 232 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:03.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:03 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:52:02.526455+0000 mon.smithi080 (mon.0) 651 : cluster [DBG] mgrmap e21: smithi080.zyybpm(active, since 4m), standbys: smithi150.ontdak 2023-12-08T22:52:03.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:03 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:52:02.528901+0000 mgr.smithi080.zyybpm (mgr.14182) 232 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:03.974 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:52:04.635 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:04 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:52:03.001345+0000 mgr.smithi080.zyybpm (mgr.14182) 233 : cluster [DBG] pgmap v160: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T22:52:04.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:04 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:52:03.001345+0000 mgr.smithi080.zyybpm (mgr.14182) 233 : cluster [DBG] pgmap v160: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T22:52:05.280 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:52:05.280 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:52:05.724 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:52:06.725 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:52:06.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:06 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:52:05.001763+0000 mgr.smithi080.zyybpm (mgr.14182) 234 : cluster [DBG] pgmap v161: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T22:52:06.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:06 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:52:05.274357+0000 mgr.smithi080.zyybpm (mgr.14182) 235 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:06.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:52:05.001763+0000 mgr.smithi080.zyybpm (mgr.14182) 234 : cluster [DBG] pgmap v161: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T22:52:06.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:52:05.274357+0000 mgr.smithi080.zyybpm (mgr.14182) 235 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:08.112 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:52:08.113 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:52:08.489 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:52:08.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:52:07.002249+0000 mgr.smithi080.zyybpm (mgr.14182) 236 : cluster [DBG] pgmap v162: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T22:52:08.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:52:07.002249+0000 mgr.smithi080.zyybpm (mgr.14182) 236 : cluster [DBG] pgmap v162: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T22:52:09.491 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:52:09.831 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:52:08.106940+0000 mgr.smithi080.zyybpm (mgr.14182) 237 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:09.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:52:08.106940+0000 mgr.smithi080.zyybpm (mgr.14182) 237 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:10.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:52:09.002885+0000 mgr.smithi080.zyybpm (mgr.14182) 238 : cluster [DBG] pgmap v163: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T22:52:10.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:52:09.002885+0000 mgr.smithi080.zyybpm (mgr.14182) 238 : cluster [DBG] pgmap v163: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T22:52:10.865 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:52:10.865 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:52:11.290 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:52:12.290 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:52:12.630 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:52:10.860123+0000 mgr.smithi080.zyybpm (mgr.14182) 239 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:12.631 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:52:11.003357+0000 mgr.smithi080.zyybpm (mgr.14182) 240 : 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-08T22:52:12.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:52:10.860123+0000 mgr.smithi080.zyybpm (mgr.14182) 239 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:12.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:52:11.003357+0000 mgr.smithi080.zyybpm (mgr.14182) 240 : 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-08T22:52:13.654 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:52:13.655 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:52:14.029 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:52:14.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:14 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:52:13.003853+0000 mgr.smithi080.zyybpm (mgr.14182) 241 : 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-08T22:52:14.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:14 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:52:13.648737+0000 mgr.smithi080.zyybpm (mgr.14182) 242 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:14.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:14 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:52:13.003853+0000 mgr.smithi080.zyybpm (mgr.14182) 241 : 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-08T22:52:14.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:14 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:52:13.648737+0000 mgr.smithi080.zyybpm (mgr.14182) 242 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:15.030 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:52:16.371 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:52:16.372 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:52:16.693 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:52:15.004525+0000 mgr.smithi080.zyybpm (mgr.14182) 243 : cluster [DBG] pgmap v166: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:52:16.778 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:52:16.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:52:15.004525+0000 mgr.smithi080.zyybpm (mgr.14182) 243 : cluster [DBG] pgmap v166: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:52:17.779 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:52:17.812 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:17 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:52:16.365703+0000 mgr.smithi080.zyybpm (mgr.14182) 244 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:17.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:17 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:52:16.365703+0000 mgr.smithi080.zyybpm (mgr.14182) 244 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:18.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:52:17.004980+0000 mgr.smithi080.zyybpm (mgr.14182) 245 : cluster [DBG] pgmap v167: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:52:18.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:52:17.004980+0000 mgr.smithi080.zyybpm (mgr.14182) 245 : cluster [DBG] pgmap v167: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:52:19.104 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:52:19.104 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:52:19.486 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:52:20.487 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:52:20.812 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:52:19.005504+0000 mgr.smithi080.zyybpm (mgr.14182) 246 : cluster [DBG] pgmap v168: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:52:20.812 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:52:19.097835+0000 mgr.smithi080.zyybpm (mgr.14182) 247 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:20.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:20 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:52:19.005504+0000 mgr.smithi080.zyybpm (mgr.14182) 246 : cluster [DBG] pgmap v168: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:52:20.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:20 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:52:19.097835+0000 mgr.smithi080.zyybpm (mgr.14182) 247 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:21.839 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:52:21.839 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:52:22.210 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:52:22.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:22 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:52:21.005905+0000 mgr.smithi080.zyybpm (mgr.14182) 248 : cluster [DBG] pgmap v169: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:52:22.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:52:21.005905+0000 mgr.smithi080.zyybpm (mgr.14182) 248 : cluster [DBG] pgmap v169: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:52:23.211 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:52:23.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:23 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:52:21.833162+0000 mgr.smithi080.zyybpm (mgr.14182) 249 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:23.897 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:23 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:52:21.833162+0000 mgr.smithi080.zyybpm (mgr.14182) 249 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:24.607 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:52:24.607 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:52:24.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:24 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:52:23.006458+0000 mgr.smithi080.zyybpm (mgr.14182) 250 : 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-08T22:52:24.900 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:24 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:52:23.006458+0000 mgr.smithi080.zyybpm (mgr.14182) 250 : 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-08T22:52:24.994 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:52:25.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:25 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:52:24.601175+0000 mgr.smithi080.zyybpm (mgr.14182) 251 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:25.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:52:24.601175+0000 mgr.smithi080.zyybpm (mgr.14182) 251 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:25.994 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:52:26.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:52:25.006973+0000 mgr.smithi080.zyybpm (mgr.14182) 252 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:52:26.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:52:25.006973+0000 mgr.smithi080.zyybpm (mgr.14182) 252 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:52:27.353 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:52:27.353 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:52:27.717 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:52:28.718 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:52:28.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:28 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:52:27.007344+0000 mgr.smithi080.zyybpm (mgr.14182) 253 : 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-08T22:52:28.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:28 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:52:27.347473+0000 mgr.smithi080.zyybpm (mgr.14182) 254 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:28.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:28 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:52:27.007344+0000 mgr.smithi080.zyybpm (mgr.14182) 253 : 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-08T22:52:28.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:28 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:52:27.347473+0000 mgr.smithi080.zyybpm (mgr.14182) 254 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:30.018 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:52:30.018 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:52:30.417 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:52:30.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:52:29.007899+0000 mgr.smithi080.zyybpm (mgr.14182) 255 : cluster [DBG] pgmap v173: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:52:30.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:30 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:52:29.007899+0000 mgr.smithi080.zyybpm (mgr.14182) 255 : cluster [DBG] pgmap v173: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:52:31.418 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:52:31.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:31 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:52:30.012799+0000 mgr.smithi080.zyybpm (mgr.14182) 256 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:32.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:31 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:52:30.012799+0000 mgr.smithi080.zyybpm (mgr.14182) 256 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:32.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:32 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:52:31.008462+0000 mgr.smithi080.zyybpm (mgr.14182) 257 : 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-08T22:52:32.782 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:52:32.782 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:52:33.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:32 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:52:31.008462+0000 mgr.smithi080.zyybpm (mgr.14182) 257 : 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-08T22:52:33.105 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:52:34.106 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:52:34.712 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:34 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:52:32.776920+0000 mgr.smithi080.zyybpm (mgr.14182) 258 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:34.712 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:34 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:52:33.009228+0000 mgr.smithi080.zyybpm (mgr.14182) 259 : 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-08T22:52:35.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:34 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:52:32.776920+0000 mgr.smithi080.zyybpm (mgr.14182) 258 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:35.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:34 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:52:33.009228+0000 mgr.smithi080.zyybpm (mgr.14182) 259 : 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-08T22:52:35.407 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:52:35.407 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:52:35.815 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:52:36.816 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:52:36.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:52:35.009715+0000 mgr.smithi080.zyybpm (mgr.14182) 260 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:52:36.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:52:35.401475+0000 mgr.smithi080.zyybpm (mgr.14182) 261 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:37.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:52:35.009715+0000 mgr.smithi080.zyybpm (mgr.14182) 260 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:52:37.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:52:35.401475+0000 mgr.smithi080.zyybpm (mgr.14182) 261 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:38.201 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:52:38.201 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:52:38.583 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:52:38.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:38 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:52:37.010107+0000 mgr.smithi080.zyybpm (mgr.14182) 262 : 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-08T22:52:39.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:38 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:52:37.010107+0000 mgr.smithi080.zyybpm (mgr.14182) 262 : 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-08T22:52:39.584 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:52:39.908 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:39 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:52:38.195447+0000 mgr.smithi080.zyybpm (mgr.14182) 263 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:40.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:39 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:52:38.195447+0000 mgr.smithi080.zyybpm (mgr.14182) 263 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:40.898 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:52:40.898 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:52:40.919 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:52:39.010800+0000 mgr.smithi080.zyybpm (mgr.14182) 264 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:52:41.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:52:39.010800+0000 mgr.smithi080.zyybpm (mgr.14182) 264 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:52:41.281 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:52:42.282 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:52:42.944 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:42 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:52:40.892574+0000 mgr.smithi080.zyybpm (mgr.14182) 265 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:42.944 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:42 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:52:41.011324+0000 mgr.smithi080.zyybpm (mgr.14182) 266 : 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-08T22:52:43.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:42 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:52:40.892574+0000 mgr.smithi080.zyybpm (mgr.14182) 265 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:43.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:42 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:52:41.011324+0000 mgr.smithi080.zyybpm (mgr.14182) 266 : 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-08T22:52:43.664 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:52:43.664 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:52:44.047 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:52:44.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:52:43.012007+0000 mgr.smithi080.zyybpm (mgr.14182) 267 : 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-08T22:52:44.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:52:43.657462+0000 mgr.smithi080.zyybpm (mgr.14182) 268 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:45.049 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:52:45.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:52:43.012007+0000 mgr.smithi080.zyybpm (mgr.14182) 267 : 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-08T22:52:45.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:52:43.657462+0000 mgr.smithi080.zyybpm (mgr.14182) 268 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:46.446 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:52:46.447 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:52:46.728 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:46 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:52:45.012517+0000 mgr.smithi080.zyybpm (mgr.14182) 269 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:52:46.777 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:52:47.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:46 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:52:45.012517+0000 mgr.smithi080.zyybpm (mgr.14182) 269 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:52:47.777 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:52:47.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:47 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:52:46.440749+0000 mgr.smithi080.zyybpm (mgr.14182) 270 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:48.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:47 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:52:46.440749+0000 mgr.smithi080.zyybpm (mgr.14182) 270 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:48.725 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:52:47.012910+0000 mgr.smithi080.zyybpm (mgr.14182) 271 : 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-08T22:52:49.070 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:52:49.070 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:52:49.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:48 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:52:47.012910+0000 mgr.smithi080.zyybpm (mgr.14182) 271 : 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-08T22:52:49.438 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:52:50.440 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:52:50.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:50 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:52:49.013471+0000 mgr.smithi080.zyybpm (mgr.14182) 272 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:52:50.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:50 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:52:49.065085+0000 mgr.smithi080.zyybpm (mgr.14182) 273 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:51.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:50 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:52:49.013471+0000 mgr.smithi080.zyybpm (mgr.14182) 272 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:52:51.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:50 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:52:49.065085+0000 mgr.smithi080.zyybpm (mgr.14182) 273 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:51.825 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:52:51.825 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:52:52.205 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:52:52.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:52:51.013957+0000 mgr.smithi080.zyybpm (mgr.14182) 274 : 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-08T22:52:53.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:52:51.013957+0000 mgr.smithi080.zyybpm (mgr.14182) 274 : 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-08T22:52:53.206 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:52:53.891 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:53 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:52:51.819222+0000 mgr.smithi080.zyybpm (mgr.14182) 275 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:54.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:53 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:52:51.819222+0000 mgr.smithi080.zyybpm (mgr.14182) 275 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:54.550 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:52:54.550 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:52:54.844 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:54 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:52:53.014637+0000 mgr.smithi080.zyybpm (mgr.14182) 276 : 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-08T22:52:54.928 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:52:55.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:54 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:52:53.014637+0000 mgr.smithi080.zyybpm (mgr.14182) 276 : 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-08T22:52:55.928 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:52:55.960 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:55 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:52:54.544641+0000 mgr.smithi080.zyybpm (mgr.14182) 277 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:56.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:55 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:52:54.544641+0000 mgr.smithi080.zyybpm (mgr.14182) 277 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:56.948 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:56 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:52:55.015133+0000 mgr.smithi080.zyybpm (mgr.14182) 278 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:52:57.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:56 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:52:55.015133+0000 mgr.smithi080.zyybpm (mgr.14182) 278 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:52:57.318 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:52:57.319 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:52:57.679 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:52:58.680 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:52:58.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:58 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:52:57.015514+0000 mgr.smithi080.zyybpm (mgr.14182) 279 : 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-08T22:52:58.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:52:58 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:52:57.313027+0000 mgr.smithi080.zyybpm (mgr.14182) 280 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:52:59.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:58 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:52:57.015514+0000 mgr.smithi080.zyybpm (mgr.14182) 279 : 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-08T22:52:59.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:52:58 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:52:57.313027+0000 mgr.smithi080.zyybpm (mgr.14182) 280 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:00.075 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:53:00.075 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:53:00.445 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:53:00.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:00 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:52:59.016048+0000 mgr.smithi080.zyybpm (mgr.14182) 281 : cluster [DBG] pgmap v188: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:53:01.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:00 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:52:59.016048+0000 mgr.smithi080.zyybpm (mgr.14182) 281 : cluster [DBG] pgmap v188: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:53:01.445 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:53:01.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:01 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:53:00.068934+0000 mgr.smithi080.zyybpm (mgr.14182) 282 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:02.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:01 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:53:00.068934+0000 mgr.smithi080.zyybpm (mgr.14182) 282 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:02.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:02 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:53:01.016492+0000 mgr.smithi080.zyybpm (mgr.14182) 283 : 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-08T22:53:02.795 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:53:02.796 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:53:03.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:02 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:53:01.016492+0000 mgr.smithi080.zyybpm (mgr.14182) 283 : 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-08T22:53:03.177 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:53:04.177 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:53:04.896 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:04 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:53:02.790297+0000 mgr.smithi080.zyybpm (mgr.14182) 284 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:04.896 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:04 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:53:03.017053+0000 mgr.smithi080.zyybpm (mgr.14182) 285 : 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-08T22:53:05.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:04 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:53:02.790297+0000 mgr.smithi080.zyybpm (mgr.14182) 284 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:05.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:04 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:53:03.017053+0000 mgr.smithi080.zyybpm (mgr.14182) 285 : 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-08T22:53:05.581 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:53:05.581 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z 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.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:53:05.990 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:53:06.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:53:05.017609+0000 mgr.smithi080.zyybpm (mgr.14182) 286 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:53:06.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:53:05.575413+0000 mgr.smithi080.zyybpm (mgr.14182) 287 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:06.991 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:53:07.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:06 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:53:05.017609+0000 mgr.smithi080.zyybpm (mgr.14182) 286 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:53:07.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:06 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:53:05.575413+0000 mgr.smithi080.zyybpm (mgr.14182) 287 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:07.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:53:06.903160+0000 mon.smithi080 (mon.0) 652 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.dtppqv"}]: dispatch 2023-12-08T22:53:08.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:07 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:53:06.903160+0000 mon.smithi080 (mon.0) 652 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.dtppqv"}]: dispatch 2023-12-08T22:53:08.401 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:53:08.401 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:53:08.785 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:53:08.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:53:06.902590+0000 mgr.smithi080.zyybpm (mgr.14182) 288 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv 2023-12-08T22:53:08.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv 2023-12-08T22:53:08.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv 2023-12-08T22:53:08.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv 2023-12-08T22:53:08.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Deploy daemon haproxy.nfs.foo.smithi150.dtppqv ... 2023-12-08T22:53:08.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T22:53:08.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T22:53:08.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T22:51:14Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T22:53:08.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T22:51:52Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T22:53:08.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T22:52:29Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T22:53:08.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-08T22:53:08.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T22:53:08.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Traceback (most recent call last): 2023-12-08T22:53:08.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T22:53:08.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: yield (conn, connr) 2023-12-08T22:53:08.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T22:53:08.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: code, '\n'.join(err))) 2023-12-08T22:53:08.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv 2023-12-08T22:53:08.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv 2023-12-08T22:53:08.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv 2023-12-08T22:53:08.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv 2023-12-08T22:53:08.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Deploy daemon haproxy.nfs.foo.smithi150.dtppqv ... 2023-12-08T22:53:08.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T22:53:08.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T22:53:08.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T22:51:14Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T22:53:08.989 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T22:51:52Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T22:53:08.989 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T22:52:29Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T22:53:08.989 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-08T22:53:08.989 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T22:53:08.989 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:53:06.902811+0000 mgr.smithi080.zyybpm (mgr.14182) 289 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.dtppqv 2023-12-08T22:53:08.989 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:53:06.903923+0000 mgr.smithi080.zyybpm (mgr.14182) 290 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv 2023-12-08T22:53:08.989 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv 2023-12-08T22:53:08.989 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv 2023-12-08T22:53:08.989 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv 2023-12-08T22:53:08.989 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Deploy daemon haproxy.nfs.foo.smithi150.dtppqv ... 2023-12-08T22:53:08.989 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T22:53:08.989 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T22:53:08.990 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T22:51:14Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T22:53:08.990 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T22:51:52Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T22:53:08.990 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T22:52:29Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T22:53:08.990 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-08T22:53:08.990 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T22:53:08.990 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:53:06.905509+0000 mgr.smithi080.zyybpm (mgr.14182) 291 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi080.fqsptj on smithi080 2023-12-08T22:53:08.991 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:53:07.018076+0000 mgr.smithi080.zyybpm (mgr.14182) 292 : 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-08T22:53:09.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:53:06.902590+0000 mgr.smithi080.zyybpm (mgr.14182) 288 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv 2023-12-08T22:53:09.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv 2023-12-08T22:53:09.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv 2023-12-08T22:53:09.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv 2023-12-08T22:53:09.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Deploy daemon haproxy.nfs.foo.smithi150.dtppqv ... 2023-12-08T22:53:09.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T22:53:09.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T22:53:09.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T22:51:14Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T22:53:09.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T22:51:52Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T22:53:09.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T22:52:29Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T22:53:09.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-08T22:53:09.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T22:53:09.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Traceback (most recent call last): 2023-12-08T22:53:09.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T22:53:09.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: yield (conn, connr) 2023-12-08T22:53:09.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T22:53:09.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: code, '\n'.join(err))) 2023-12-08T22:53:09.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv 2023-12-08T22:53:09.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv 2023-12-08T22:53:09.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv 2023-12-08T22:53:09.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv 2023-12-08T22:53:09.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Deploy daemon haproxy.nfs.foo.smithi150.dtppqv ... 2023-12-08T22:53:09.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T22:53:09.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T22:53:09.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T22:51:14Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T22:53:09.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T22:51:52Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T22:53:09.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T22:52:29Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T22:53:09.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-08T22:53:09.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T22:53:09.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:53:06.902811+0000 mgr.smithi080.zyybpm (mgr.14182) 289 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.dtppqv 2023-12-08T22:53:09.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:53:06.903923+0000 mgr.smithi080.zyybpm (mgr.14182) 290 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv 2023-12-08T22:53:09.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv 2023-12-08T22:53:09.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv 2023-12-08T22:53:09.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv 2023-12-08T22:53:09.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Deploy daemon haproxy.nfs.foo.smithi150.dtppqv ... 2023-12-08T22:53:09.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T22:53:09.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T22:53:09.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T22:51:14Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T22:53:09.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T22:51:52Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T22:53:09.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T22:52:29Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T22:53:09.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-08T22:53:09.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T22:53:09.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:53:06.905509+0000 mgr.smithi080.zyybpm (mgr.14182) 291 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi080.fqsptj on smithi080 2023-12-08T22:53:09.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:53:07.018076+0000 mgr.smithi080.zyybpm (mgr.14182) 292 : 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-08T22:53:09.786 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:53:09.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:53:08.395477+0000 mgr.smithi080.zyybpm (mgr.14182) 293 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:10.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:53:08.395477+0000 mgr.smithi080.zyybpm (mgr.14182) 293 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:10.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:53:09.018757+0000 mgr.smithi080.zyybpm (mgr.14182) 294 : cluster [DBG] pgmap v193: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:53:11.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:53:09.018757+0000 mgr.smithi080.zyybpm (mgr.14182) 294 : cluster [DBG] pgmap v193: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:53:11.152 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:53:11.152 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:53:11.524 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:53:12.525 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:53:12.910 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:53:11.019157+0000 mgr.smithi080.zyybpm (mgr.14182) 295 : 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-08T22:53:12.910 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:53:11.146948+0000 mgr.smithi080.zyybpm (mgr.14182) 296 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:13.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:53:11.019157+0000 mgr.smithi080.zyybpm (mgr.14182) 295 : 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-08T22:53:13.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:53:11.146948+0000 mgr.smithi080.zyybpm (mgr.14182) 296 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:13.951 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:53:13.951 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:53:14.315 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:53:14.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:14 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:53:13.019689+0000 mgr.smithi080.zyybpm (mgr.14182) 297 : 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-08T22:53:15.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:14 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:53:13.019689+0000 mgr.smithi080.zyybpm (mgr.14182) 297 : 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-08T22:53:15.317 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:53:15.969 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:15 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:53:13.945296+0000 mgr.smithi080.zyybpm (mgr.14182) 298 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:16.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:15 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:53:13.945296+0000 mgr.smithi080.zyybpm (mgr.14182) 298 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:16.725 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:53:16.726 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:53:16.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:53:15.020116+0000 mgr.smithi080.zyybpm (mgr.14182) 299 : cluster [DBG] pgmap v196: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:53:17.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:53:15.020116+0000 mgr.smithi080.zyybpm (mgr.14182) 299 : cluster [DBG] pgmap v196: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:53:17.107 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:53:17.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:17 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:53:16.719853+0000 mgr.smithi080.zyybpm (mgr.14182) 300 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:18.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:17 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:53:16.719853+0000 mgr.smithi080.zyybpm (mgr.14182) 300 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:18.108 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:53:18.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:53:17.020650+0000 mgr.smithi080.zyybpm (mgr.14182) 301 : 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-08T22:53:19.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:53:17.020650+0000 mgr.smithi080.zyybpm (mgr.14182) 301 : 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-08T22:53:19.468 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:53:19.468 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:53:19.831 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:53:20.833 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:53:20.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:53:19.021124+0000 mgr.smithi080.zyybpm (mgr.14182) 302 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:53:20.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:53:19.462646+0000 mgr.smithi080.zyybpm (mgr.14182) 303 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:21.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:20 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:53:19.021124+0000 mgr.smithi080.zyybpm (mgr.14182) 302 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:53:21.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:20 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:53:19.462646+0000 mgr.smithi080.zyybpm (mgr.14182) 303 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:22.174 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:53:22.174 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:53:22.580 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:53:22.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:53:21.021517+0000 mgr.smithi080.zyybpm (mgr.14182) 304 : 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-08T22:53:23.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:22 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:53:21.021517+0000 mgr.smithi080.zyybpm (mgr.14182) 304 : 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-08T22:53:23.581 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:53:23.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:23 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:53:22.168375+0000 mgr.smithi080.zyybpm (mgr.14182) 305 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:24.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:23 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:53:22.168375+0000 mgr.smithi080.zyybpm (mgr.14182) 305 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:24.953 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:53:24.954 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:53:24.982 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:24 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:53:23.022131+0000 mgr.smithi080.zyybpm (mgr.14182) 306 : 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-08T22:53:25.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:24 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:53:23.022131+0000 mgr.smithi080.zyybpm (mgr.14182) 306 : 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-08T22:53:25.347 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:53:26.348 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:53:26.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:53:24.946257+0000 mgr.smithi080.zyybpm (mgr.14182) 307 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:26.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:53:25.022568+0000 mgr.smithi080.zyybpm (mgr.14182) 308 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:53:27.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:53:24.946257+0000 mgr.smithi080.zyybpm (mgr.14182) 307 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:27.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:53:25.022568+0000 mgr.smithi080.zyybpm (mgr.14182) 308 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:53:27.674 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:53:27.675 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:53:28.062 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:53:28.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:28 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:53:27.023178+0000 mgr.smithi080.zyybpm (mgr.14182) 309 : 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-08T22:53:28.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:28 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:53:27.668627+0000 mgr.smithi080.zyybpm (mgr.14182) 310 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:29.064 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:53:29.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:28 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:53:27.023178+0000 mgr.smithi080.zyybpm (mgr.14182) 309 : 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-08T22:53:29.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:28 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:53:27.668627+0000 mgr.smithi080.zyybpm (mgr.14182) 310 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:30.435 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:53:30.436 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:53:30.855 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:53:31.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:30 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:53:29.023731+0000 mgr.smithi080.zyybpm (mgr.14182) 311 : cluster [DBG] pgmap v203: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:53:31.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:53:29.023731+0000 mgr.smithi080.zyybpm (mgr.14182) 311 : cluster [DBG] pgmap v203: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:53:31.855 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:53:32.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:31 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:53:30.430176+0000 mgr.smithi080.zyybpm (mgr.14182) 312 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:32.196 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:31 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:53:30.430176+0000 mgr.smithi080.zyybpm (mgr.14182) 312 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:32.876 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:32 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:53:31.024251+0000 mgr.smithi080.zyybpm (mgr.14182) 313 : 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-08T22:53:33.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:32 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:53:31.024251+0000 mgr.smithi080.zyybpm (mgr.14182) 313 : 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-08T22:53:33.222 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:53:33.222 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:53:33.611 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:53:34.612 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:53:34.646 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:34 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:53:33.024746+0000 mgr.smithi080.zyybpm (mgr.14182) 314 : 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-08T22:53:34.646 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:34 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:53:33.216935+0000 mgr.smithi080.zyybpm (mgr.14182) 315 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:34.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:34 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:53:33.024746+0000 mgr.smithi080.zyybpm (mgr.14182) 314 : 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-08T22:53:34.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:34 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:53:33.216935+0000 mgr.smithi080.zyybpm (mgr.14182) 315 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:36.045 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:53:36.045 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:53:36.452 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:53:36.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:53:35.025224+0000 mgr.smithi080.zyybpm (mgr.14182) 316 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:53:36.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:53:35.025224+0000 mgr.smithi080.zyybpm (mgr.14182) 316 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:53:37.454 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:53:37.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:53:36.038762+0000 mgr.smithi080.zyybpm (mgr.14182) 317 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:37.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:53:36.038762+0000 mgr.smithi080.zyybpm (mgr.14182) 317 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:38.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:38 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:53:37.025813+0000 mgr.smithi080.zyybpm (mgr.14182) 318 : 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-08T22:53:38.843 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:53:38.843 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:53:38.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:38 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:53:37.025813+0000 mgr.smithi080.zyybpm (mgr.14182) 318 : 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-08T22:53:39.226 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:53:40.227 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:53:40.554 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:53:38.836621+0000 mgr.smithi080.zyybpm (mgr.14182) 319 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:40.554 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:53:39.026537+0000 mgr.smithi080.zyybpm (mgr.14182) 320 : cluster [DBG] pgmap v208: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:53:40.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:53:38.836621+0000 mgr.smithi080.zyybpm (mgr.14182) 319 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:40.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:53:39.026537+0000 mgr.smithi080.zyybpm (mgr.14182) 320 : cluster [DBG] pgmap v208: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:53:41.545 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:53:41.545 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:53:41.919 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:53:42.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:42 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:53:41.026943+0000 mgr.smithi080.zyybpm (mgr.14182) 321 : 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-08T22:53:42.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:42 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:53:41.539877+0000 mgr.smithi080.zyybpm (mgr.14182) 322 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:42.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:42 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:53:41.026943+0000 mgr.smithi080.zyybpm (mgr.14182) 321 : 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-08T22:53:42.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:42 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:53:41.539877+0000 mgr.smithi080.zyybpm (mgr.14182) 322 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:42.919 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:53:44.211 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:53:44.211 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:53:44.549 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:53:43.027391+0000 mgr.smithi080.zyybpm (mgr.14182) 323 : 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-08T22:53:44.584 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:53:44.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:53:43.027391+0000 mgr.smithi080.zyybpm (mgr.14182) 323 : 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-08T22:53:45.585 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:53:45.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:45 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:53:44.205083+0000 mgr.smithi080.zyybpm (mgr.14182) 324 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:45.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:45 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:53:44.205083+0000 mgr.smithi080.zyybpm (mgr.14182) 324 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:46.587 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:46 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:53:45.028035+0000 mgr.smithi080.zyybpm (mgr.14182) 325 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:53:46.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:46 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:53:45.028035+0000 mgr.smithi080.zyybpm (mgr.14182) 325 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:53:46.975 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:53:46.975 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:53:47.358 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:53:48.359 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:53:48.693 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:53:46.969407+0000 mgr.smithi080.zyybpm (mgr.14182) 326 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:48.693 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:53:47.028399+0000 mgr.smithi080.zyybpm (mgr.14182) 327 : 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-08T22:53:48.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:48 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:53:46.969407+0000 mgr.smithi080.zyybpm (mgr.14182) 326 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:48.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:48 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:53:47.028399+0000 mgr.smithi080.zyybpm (mgr.14182) 327 : 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-08T22:53:49.686 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:53:49.687 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:53:50.049 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:53:50.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:50 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:53:49.029146+0000 mgr.smithi080.zyybpm (mgr.14182) 328 : cluster [DBG] pgmap v213: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:53:50.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:50 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:53:49.680376+0000 mgr.smithi080.zyybpm (mgr.14182) 329 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:50.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:50 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:53:49.029146+0000 mgr.smithi080.zyybpm (mgr.14182) 328 : cluster [DBG] pgmap v213: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:53:50.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:50 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:53:49.680376+0000 mgr.smithi080.zyybpm (mgr.14182) 329 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:51.051 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:53:52.397 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:53:52.397 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:53:52.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:53:51.029746+0000 mgr.smithi080.zyybpm (mgr.14182) 330 : 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-08T22:53:52.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:53:51.029746+0000 mgr.smithi080.zyybpm (mgr.14182) 330 : 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-08T22:53:52.856 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:53:53.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:53 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:53:52.391732+0000 mgr.smithi080.zyybpm (mgr.14182) 331 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:53.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:53 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:53:52.391732+0000 mgr.smithi080.zyybpm (mgr.14182) 331 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:53.856 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:53:54.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:54 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:53:53.030170+0000 mgr.smithi080.zyybpm (mgr.14182) 332 : 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-08T22:53:54.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:54 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:53:53.030170+0000 mgr.smithi080.zyybpm (mgr.14182) 332 : 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-08T22:53:55.238 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:53:55.239 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:53:55.648 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:53:56.648 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:53:56.684 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:56 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:53:55.030615+0000 mgr.smithi080.zyybpm (mgr.14182) 333 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:53:56.684 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:56 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:53:55.232651+0000 mgr.smithi080.zyybpm (mgr.14182) 334 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:56.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:56 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:53:55.030615+0000 mgr.smithi080.zyybpm (mgr.14182) 333 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:53:56.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:56 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:53:55.232651+0000 mgr.smithi080.zyybpm (mgr.14182) 334 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:58.007 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:53:58.007 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:53:58.373 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:53:58.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:58 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:53:57.031171+0000 mgr.smithi080.zyybpm (mgr.14182) 335 : 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-08T22:53:58.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:58 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:53:57.031171+0000 mgr.smithi080.zyybpm (mgr.14182) 335 : 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-08T22:53:59.374 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:53:59.699 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:53:59 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:53:58.001088+0000 mgr.smithi080.zyybpm (mgr.14182) 336 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:53:59.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:53:59 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:53:58.001088+0000 mgr.smithi080.zyybpm (mgr.14182) 336 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:00.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:00 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:53:59.031886+0000 mgr.smithi080.zyybpm (mgr.14182) 337 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:54:00.708 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:54:00.708 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:54:00.733 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:00 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:53:59.031886+0000 mgr.smithi080.zyybpm (mgr.14182) 337 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:54:01.089 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:54:01.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:01 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:54:00.701933+0000 mgr.smithi080.zyybpm (mgr.14182) 338 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:01.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:01 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:54:00.701933+0000 mgr.smithi080.zyybpm (mgr.14182) 338 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:02.090 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:54:02.717 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:02 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:54:01.032290+0000 mgr.smithi080.zyybpm (mgr.14182) 339 : 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-08T22:54:02.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:02 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:54:01.032290+0000 mgr.smithi080.zyybpm (mgr.14182) 339 : 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-08T22:54:03.388 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:54:03.388 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:54:03.764 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:54:04.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:04 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:54:03.032746+0000 mgr.smithi080.zyybpm (mgr.14182) 340 : 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-08T22:54:04.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:04 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:54:03.382102+0000 mgr.smithi080.zyybpm (mgr.14182) 341 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:04.765 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:54:04.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:04 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:54:03.032746+0000 mgr.smithi080.zyybpm (mgr.14182) 340 : 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-08T22:54:04.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:04 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:54:03.382102+0000 mgr.smithi080.zyybpm (mgr.14182) 341 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:06.105 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:54:06.105 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:54:06.496 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:54:06.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:54:05.033327+0000 mgr.smithi080.zyybpm (mgr.14182) 342 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:54:06.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:06 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:54:05.033327+0000 mgr.smithi080.zyybpm (mgr.14182) 342 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:54:07.496 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:54:07.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:54:06.098939+0000 mgr.smithi080.zyybpm (mgr.14182) 343 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:07.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:07 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:54:06.098939+0000 mgr.smithi080.zyybpm (mgr.14182) 343 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:08.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:54:07.033954+0000 mgr.smithi080.zyybpm (mgr.14182) 344 : 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-08T22:54:08.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:54:07.033954+0000 mgr.smithi080.zyybpm (mgr.14182) 344 : 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-08T22:54:08.864 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:54:08.864 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:54:09.227 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:54:10.228 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:54:10.554 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:54:08.858364+0000 mgr.smithi080.zyybpm (mgr.14182) 345 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:10.554 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:54:09.034422+0000 mgr.smithi080.zyybpm (mgr.14182) 346 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:54:10.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:54:08.858364+0000 mgr.smithi080.zyybpm (mgr.14182) 345 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:10.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:54:09.034422+0000 mgr.smithi080.zyybpm (mgr.14182) 346 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:54:11.567 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:54:11.567 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:54:11.937 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:54:12.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:54:11.034853+0000 mgr.smithi080.zyybpm (mgr.14182) 347 : 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-08T22:54:12.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:54:11.561171+0000 mgr.smithi080.zyybpm (mgr.14182) 348 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:12.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:54:11.034853+0000 mgr.smithi080.zyybpm (mgr.14182) 347 : 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-08T22:54:12.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:54:11.561171+0000 mgr.smithi080.zyybpm (mgr.14182) 348 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:12.938 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:54:14.332 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:54:14.332 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:54:14.693 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:14 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:54:13.035317+0000 mgr.smithi080.zyybpm (mgr.14182) 349 : 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-08T22:54:14.713 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:54:14.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:14 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:54:13.035317+0000 mgr.smithi080.zyybpm (mgr.14182) 349 : 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-08T22:54:15.714 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:54:15.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:15 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:54:14.326869+0000 mgr.smithi080.zyybpm (mgr.14182) 350 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:15.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:15 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:54:14.326869+0000 mgr.smithi080.zyybpm (mgr.14182) 350 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:16.698 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:54:15.035779+0000 mgr.smithi080.zyybpm (mgr.14182) 351 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:54:16.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:54:15.035779+0000 mgr.smithi080.zyybpm (mgr.14182) 351 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:54:17.070 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:54:17.071 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:54:17.460 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:54:18.461 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:54:18.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:54:17.036195+0000 mgr.smithi080.zyybpm (mgr.14182) 352 : 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-08T22:54:18.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:54:17.065329+0000 mgr.smithi080.zyybpm (mgr.14182) 353 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:18.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:54:17.036195+0000 mgr.smithi080.zyybpm (mgr.14182) 352 : 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-08T22:54:18.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:54:17.065329+0000 mgr.smithi080.zyybpm (mgr.14182) 353 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:19.742 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:54:19.742 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:54:20.109 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:54:20.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:20 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:54:19.036717+0000 mgr.smithi080.zyybpm (mgr.14182) 354 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:54:20.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:20 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:54:19.735754+0000 mgr.smithi080.zyybpm (mgr.14182) 355 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:20.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:54:19.036717+0000 mgr.smithi080.zyybpm (mgr.14182) 354 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:54:20.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:54:19.735754+0000 mgr.smithi080.zyybpm (mgr.14182) 355 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:21.110 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:54:22.483 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:54:22.483 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:54:22.824 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:54:21.037372+0000 mgr.smithi080.zyybpm (mgr.14182) 356 : 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-08T22:54:22.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:22 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:54:21.037372+0000 mgr.smithi080.zyybpm (mgr.14182) 356 : 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-08T22:54:22.866 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:54:23.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:23 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:54:22.476997+0000 mgr.smithi080.zyybpm (mgr.14182) 357 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:23.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:23 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:54:22.476997+0000 mgr.smithi080.zyybpm (mgr.14182) 357 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:23.867 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:54:24.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:24 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:54:23.037879+0000 mgr.smithi080.zyybpm (mgr.14182) 358 : 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-08T22:54:24.887 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:24 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:54:23.037879+0000 mgr.smithi080.zyybpm (mgr.14182) 358 : 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-08T22:54:25.232 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:54:25.233 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:54:25.618 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:54:26.620 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:54:26.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:54:25.038300+0000 mgr.smithi080.zyybpm (mgr.14182) 359 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:54:26.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:54:25.227259+0000 mgr.smithi080.zyybpm (mgr.14182) 360 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:26.944 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:54:25.038300+0000 mgr.smithi080.zyybpm (mgr.14182) 359 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:54:26.944 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:54:25.227259+0000 mgr.smithi080.zyybpm (mgr.14182) 360 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:27.999 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:54:27.999 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:54:28.365 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:54:28.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:28 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:54:27.038690+0000 mgr.smithi080.zyybpm (mgr.14182) 361 : 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-08T22:54:28.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:28 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:54:27.038690+0000 mgr.smithi080.zyybpm (mgr.14182) 361 : 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-08T22:54:29.366 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:54:29.694 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:29 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:54:27.993507+0000 mgr.smithi080.zyybpm (mgr.14182) 362 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:29.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:29 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:54:27.993507+0000 mgr.smithi080.zyybpm (mgr.14182) 362 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:30.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:30 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:54:29.039216+0000 mgr.smithi080.zyybpm (mgr.14182) 363 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:54:30.683 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:54:30.683 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:54:30.713 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:54:29.039216+0000 mgr.smithi080.zyybpm (mgr.14182) 363 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:54:31.151 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:54:31.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:31 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:54:30.677144+0000 mgr.smithi080.zyybpm (mgr.14182) 364 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:31.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:31 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:54:30.677144+0000 mgr.smithi080.zyybpm (mgr.14182) 364 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:32.152 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:54:32.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:32 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:54:31.039779+0000 mgr.smithi080.zyybpm (mgr.14182) 365 : 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-08T22:54:32.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:32 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:54:31.039779+0000 mgr.smithi080.zyybpm (mgr.14182) 365 : 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-08T22:54:33.468 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:54:33.468 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:54:33.875 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:54:34.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:34 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:54:33.040326+0000 mgr.smithi080.zyybpm (mgr.14182) 366 : 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-08T22:54:34.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:34 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:54:33.462442+0000 mgr.smithi080.zyybpm (mgr.14182) 367 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:34.876 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:54:34.908 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:34 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:54:33.040326+0000 mgr.smithi080.zyybpm (mgr.14182) 366 : 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-08T22:54:34.908 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:34 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:54:33.462442+0000 mgr.smithi080.zyybpm (mgr.14182) 367 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:36.274 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:54:36.275 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:54:36.647 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:54:35.040798+0000 mgr.smithi080.zyybpm (mgr.14182) 368 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:54:36.666 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:54:36.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:54:35.040798+0000 mgr.smithi080.zyybpm (mgr.14182) 368 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:54:37.667 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:54:37.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:54:36.268477+0000 mgr.smithi080.zyybpm (mgr.14182) 369 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:37.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:54:36.268477+0000 mgr.smithi080.zyybpm (mgr.14182) 369 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:38.684 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:38 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:54:37.041278+0000 mgr.smithi080.zyybpm (mgr.14182) 370 : 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-08T22:54:38.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:38 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:54:37.041278+0000 mgr.smithi080.zyybpm (mgr.14182) 370 : 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-08T22:54:39.038 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:54:39.038 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:54:39.405 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:54:40.406 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:54:40.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:54:39.032385+0000 mgr.smithi080.zyybpm (mgr.14182) 371 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:40.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:54:39.041763+0000 mgr.smithi080.zyybpm (mgr.14182) 372 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:54:40.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:54:39.032385+0000 mgr.smithi080.zyybpm (mgr.14182) 371 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:40.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:54:39.041763+0000 mgr.smithi080.zyybpm (mgr.14182) 372 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:54:41.766 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:54:41.766 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:54:42.215 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:54:42.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:42 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:54:41.042195+0000 mgr.smithi080.zyybpm (mgr.14182) 373 : 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-08T22:54:42.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:42 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:54:41.042195+0000 mgr.smithi080.zyybpm (mgr.14182) 373 : 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-08T22:54:43.215 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:54:43.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:54:41.760440+0000 mgr.smithi080.zyybpm (mgr.14182) 374 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:43.875 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:54:41.760440+0000 mgr.smithi080.zyybpm (mgr.14182) 374 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:44.615 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:54:44.615 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:54:44.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:54:43.042844+0000 mgr.smithi080.zyybpm (mgr.14182) 375 : 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-08T22:54:44.953 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:54:43.042844+0000 mgr.smithi080.zyybpm (mgr.14182) 375 : 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-08T22:54:44.996 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:54:45.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:45 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:54:44.609170+0000 mgr.smithi080.zyybpm (mgr.14182) 376 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:45.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:45 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:54:44.609170+0000 mgr.smithi080.zyybpm (mgr.14182) 376 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:45.997 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:54:46.666 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:46 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:54:45.043353+0000 mgr.smithi080.zyybpm (mgr.14182) 377 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:54:46.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:46 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:54:45.043353+0000 mgr.smithi080.zyybpm (mgr.14182) 377 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:54:47.363 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:54:47.363 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:54:47.737 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:54:48.738 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:54:48.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:48 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:54:47.044004+0000 mgr.smithi080.zyybpm (mgr.14182) 378 : 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-08T22:54:48.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:48 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:54:47.357722+0000 mgr.smithi080.zyybpm (mgr.14182) 379 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:48.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:54:47.044004+0000 mgr.smithi080.zyybpm (mgr.14182) 378 : 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-08T22:54:48.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:54:47.357722+0000 mgr.smithi080.zyybpm (mgr.14182) 379 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:50.086 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:54:50.086 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:54:50.488 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:54:50.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:50 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:54:49.044641+0000 mgr.smithi080.zyybpm (mgr.14182) 380 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:54:50.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:50 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:54:49.044641+0000 mgr.smithi080.zyybpm (mgr.14182) 380 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:54:51.489 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:54:51.820 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:51 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:54:50.080689+0000 mgr.smithi080.zyybpm (mgr.14182) 381 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:51.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:51 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:54:50.080689+0000 mgr.smithi080.zyybpm (mgr.14182) 381 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:52.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:54:51.045075+0000 mgr.smithi080.zyybpm (mgr.14182) 382 : 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-08T22:54:52.899 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:54:52.899 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:54:52.922 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:54:51.045075+0000 mgr.smithi080.zyybpm (mgr.14182) 382 : 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-08T22:54:53.279 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:54:54.280 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:54:54.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:54 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:54:52.892634+0000 mgr.smithi080.zyybpm (mgr.14182) 383 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:54.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:54 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:54:53.045536+0000 mgr.smithi080.zyybpm (mgr.14182) 384 : 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-08T22:54:54.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:54 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:54:52.892634+0000 mgr.smithi080.zyybpm (mgr.14182) 383 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:54.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:54 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:54:53.045536+0000 mgr.smithi080.zyybpm (mgr.14182) 384 : 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-08T22:54:55.653 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:54:55.653 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:54:56.044 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:54:56.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:56 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:54:55.046126+0000 mgr.smithi080.zyybpm (mgr.14182) 385 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:54:56.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:56 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:54:55.647567+0000 mgr.smithi080.zyybpm (mgr.14182) 386 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:56.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:56 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:54:55.046126+0000 mgr.smithi080.zyybpm (mgr.14182) 385 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:54:56.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:56 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:54:55.647567+0000 mgr.smithi080.zyybpm (mgr.14182) 386 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:57.045 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:54:58.431 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:54:58.432 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:54:58.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:58 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:54:57.046566+0000 mgr.smithi080.zyybpm (mgr.14182) 387 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:54:58.834 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:54:58.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:58 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:54:57.046566+0000 mgr.smithi080.zyybpm (mgr.14182) 387 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:54:59.836 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:54:59.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:54:59 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:54:58.426056+0000 mgr.smithi080.zyybpm (mgr.14182) 388 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:54:59.868 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:54:59 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:54:58.426056+0000 mgr.smithi080.zyybpm (mgr.14182) 388 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:00.821 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:00 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:54:59.047237+0000 mgr.smithi080.zyybpm (mgr.14182) 389 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:55:00.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:00 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:54:59.047237+0000 mgr.smithi080.zyybpm (mgr.14182) 389 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:55:01.180 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:55:01.180 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:55:01.552 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:55:02.553 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:55:02.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:02 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:55:01.047648+0000 mgr.smithi080.zyybpm (mgr.14182) 390 : 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-08T22:55:02.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:02 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:55:01.174491+0000 mgr.smithi080.zyybpm (mgr.14182) 391 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:02.885 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:02 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:55:01.047648+0000 mgr.smithi080.zyybpm (mgr.14182) 390 : 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-08T22:55:02.886 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:02 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:55:01.174491+0000 mgr.smithi080.zyybpm (mgr.14182) 391 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:03.889 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:55:03.889 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:55:04.274 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:55:04.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:04 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:55:03.048232+0000 mgr.smithi080.zyybpm (mgr.14182) 392 : 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-08T22:55:04.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:04 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:55:03.048232+0000 mgr.smithi080.zyybpm (mgr.14182) 392 : 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-08T22:55:05.275 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:55:05.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:05 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:55:03.883935+0000 mgr.smithi080.zyybpm (mgr.14182) 393 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:05.979 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:05 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:55:03.883935+0000 mgr.smithi080.zyybpm (mgr.14182) 393 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:06.678 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:55:06.678 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:55:06.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:06 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:55:05.048704+0000 mgr.smithi080.zyybpm (mgr.14182) 394 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:55:06.998 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:55:05.048704+0000 mgr.smithi080.zyybpm (mgr.14182) 394 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:55:07.101 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:55:07.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:55:06.672439+0000 mgr.smithi080.zyybpm (mgr.14182) 395 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:08.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:07 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:55:06.672439+0000 mgr.smithi080.zyybpm (mgr.14182) 395 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:08.102 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:55:08.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:55:07.049198+0000 mgr.smithi080.zyybpm (mgr.14182) 396 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:55:09.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:55:07.049198+0000 mgr.smithi080.zyybpm (mgr.14182) 396 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:55:09.508 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:55:09.508 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:55:09.881 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:55:10.882 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:55:10.916 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:55:09.049746+0000 mgr.smithi080.zyybpm (mgr.14182) 397 : 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-08T22:55:10.916 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:55:09.502524+0000 mgr.smithi080.zyybpm (mgr.14182) 398 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:11.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:55:09.049746+0000 mgr.smithi080.zyybpm (mgr.14182) 397 : 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-08T22:55:11.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:55:09.502524+0000 mgr.smithi080.zyybpm (mgr.14182) 398 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:12.259 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:55:12.259 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:55:12.648 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:55:12.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:55:11.050152+0000 mgr.smithi080.zyybpm (mgr.14182) 399 : 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-08T22:55:13.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:55:11.050152+0000 mgr.smithi080.zyybpm (mgr.14182) 399 : 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-08T22:55:13.649 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:55:13.679 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:55:12.252802+0000 mgr.smithi080.zyybpm (mgr.14182) 400 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:14.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:55:12.252802+0000 mgr.smithi080.zyybpm (mgr.14182) 400 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:14.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:14 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:55:13.050576+0000 mgr.smithi080.zyybpm (mgr.14182) 401 : 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-08T22:55:15.045 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:55:15.045 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:55:15.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:14 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:55:13.050576+0000 mgr.smithi080.zyybpm (mgr.14182) 401 : 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-08T22:55:15.439 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:55:16.440 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:55:16.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:55:15.040051+0000 mgr.smithi080.zyybpm (mgr.14182) 402 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:16.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:55:15.051024+0000 mgr.smithi080.zyybpm (mgr.14182) 403 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:55:17.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:55:15.040051+0000 mgr.smithi080.zyybpm (mgr.14182) 402 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:17.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:55:15.051024+0000 mgr.smithi080.zyybpm (mgr.14182) 403 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:55:17.819 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:55:17.819 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:55:18.188 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:55:18.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:55:17.051394+0000 mgr.smithi080.zyybpm (mgr.14182) 404 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:55:19.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:55:17.051394+0000 mgr.smithi080.zyybpm (mgr.14182) 404 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:55:19.189 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:55:19.817 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:19 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:55:17.813718+0000 mgr.smithi080.zyybpm (mgr.14182) 405 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:20.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:19 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:55:17.813718+0000 mgr.smithi080.zyybpm (mgr.14182) 405 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:20.542 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:55:20.543 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:55:20.920 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:55:19.052063+0000 mgr.smithi080.zyybpm (mgr.14182) 406 : 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-08T22:55:20.945 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:55:21.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:20 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:55:19.052063+0000 mgr.smithi080.zyybpm (mgr.14182) 406 : 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-08T22:55:21.946 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:55:21.976 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:21 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:55:20.536650+0000 mgr.smithi080.zyybpm (mgr.14182) 407 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:22.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:21 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:55:20.536650+0000 mgr.smithi080.zyybpm (mgr.14182) 407 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:22.932 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:55:21.052482+0000 mgr.smithi080.zyybpm (mgr.14182) 408 : 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-08T22:55:23.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:22 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:55:21.052482+0000 mgr.smithi080.zyybpm (mgr.14182) 408 : 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-08T22:55:23.304 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:55:23.304 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:55:23.662 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:55:24.663 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:55:24.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:24 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:55:23.052991+0000 mgr.smithi080.zyybpm (mgr.14182) 409 : 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-08T22:55:24.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:24 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:55:23.298337+0000 mgr.smithi080.zyybpm (mgr.14182) 410 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:25.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:24 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:55:23.052991+0000 mgr.smithi080.zyybpm (mgr.14182) 409 : 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-08T22:55:25.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:24 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:55:23.298337+0000 mgr.smithi080.zyybpm (mgr.14182) 410 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:25.958 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:55:25.959 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:55:26.337 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:55:26.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:55:25.053588+0000 mgr.smithi080.zyybpm (mgr.14182) 411 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:55:27.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:55:25.053588+0000 mgr.smithi080.zyybpm (mgr.14182) 411 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:55:27.337 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:55:27.957 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:27 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:55:25.952682+0000 mgr.smithi080.zyybpm (mgr.14182) 412 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:28.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:27 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:55:25.952682+0000 mgr.smithi080.zyybpm (mgr.14182) 412 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:28.698 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:55:28.699 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:55:28.971 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:28 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:55:27.054197+0000 mgr.smithi080.zyybpm (mgr.14182) 413 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:55:29.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:28 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:55:27.054197+0000 mgr.smithi080.zyybpm (mgr.14182) 413 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:55:29.137 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:55:29.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:29 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:55:28.693083+0000 mgr.smithi080.zyybpm (mgr.14182) 414 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:30.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:29 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:55:28.693083+0000 mgr.smithi080.zyybpm (mgr.14182) 414 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:30.139 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:55:30.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:55:29.054677+0000 mgr.smithi080.zyybpm (mgr.14182) 415 : 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-08T22:55:31.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:30 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:55:29.054677+0000 mgr.smithi080.zyybpm (mgr.14182) 415 : 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-08T22:55:31.516 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:55:31.516 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:55:31.911 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:55:32.912 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:55:32.945 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:32 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:55:31.055151+0000 mgr.smithi080.zyybpm (mgr.14182) 416 : 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-08T22:55:32.946 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:32 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:55:31.509984+0000 mgr.smithi080.zyybpm (mgr.14182) 417 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:33.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:32 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:55:31.055151+0000 mgr.smithi080.zyybpm (mgr.14182) 416 : 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-08T22:55:33.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:32 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:55:31.509984+0000 mgr.smithi080.zyybpm (mgr.14182) 417 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:34.284 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:55:34.285 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:55:34.669 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:55:34.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:34 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:55:33.055660+0000 mgr.smithi080.zyybpm (mgr.14182) 418 : 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-08T22:55:35.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:34 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:55:33.055660+0000 mgr.smithi080.zyybpm (mgr.14182) 418 : 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-08T22:55:35.670 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:55:35.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:55:34.278959+0000 mgr.smithi080.zyybpm (mgr.14182) 419 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:36.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:55:34.278959+0000 mgr.smithi080.zyybpm (mgr.14182) 419 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:36.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:55:35.056062+0000 mgr.smithi080.zyybpm (mgr.14182) 420 : cluster [DBG] pgmap v266: 97 pgs: 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-08T22:55:36.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:55:36.341342+0000 mon.smithi080 (mon.0) 653 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi080.fqsptj"}]: dispatch 2023-12-08T22:55:36.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:55:36.345854+0000 mon.smithi080 (mon.0) 654 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:55:36.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:55:36.347957+0000 mon.smithi080 (mon.0) 655 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:55:36.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:55:36.379719+0000 mon.smithi080 (mon.0) 656 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:55:37.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:55:35.056062+0000 mgr.smithi080.zyybpm (mgr.14182) 420 : cluster [DBG] pgmap v266: 97 pgs: 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-08T22:55:37.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:55:36.341342+0000 mon.smithi080 (mon.0) 653 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi080.fqsptj"}]: dispatch 2023-12-08T22:55:37.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:55:36.345854+0000 mon.smithi080 (mon.0) 654 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:55:37.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:55:36.347957+0000 mon.smithi080 (mon.0) 655 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:55:37.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:55:36.379719+0000 mon.smithi080 (mon.0) 656 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:55:37.270 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:55:37.270 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:50:35.049294Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:50:33.253417Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:50:35.049417Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:50:33.253992Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:50:33.253553Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:50:33.253621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:50:33.253682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:50:33.253742Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:50:35.049532Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:55:37.802 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T22:55:37.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:55:36.340842+0000 mgr.smithi080.zyybpm (mgr.14182) 421 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj 2023-12-08T22:55:37.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj 2023-12-08T22:55:37.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj 2023-12-08T22:55:37.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj 2023-12-08T22:55:37.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Deploy daemon haproxy.nfs.foo.smithi080.fqsptj ... 2023-12-08T22:55:37.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T22:55:37.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T22:55:37.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T22:53:43Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T22:55:37.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T22:54: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-08T22:55:37.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T22:54:58Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T22:55:37.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-08T22:55:37.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T22:55:37.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Traceback (most recent call last): 2023-12-08T22:55:37.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T22:55:37.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: yield (conn, connr) 2023-12-08T22:55:37.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T22:55:37.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: code, '\n'.join(err))) 2023-12-08T22:55:37.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj 2023-12-08T22:55:37.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj 2023-12-08T22:55:37.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj 2023-12-08T22:55:37.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj 2023-12-08T22:55:37.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Deploy daemon haproxy.nfs.foo.smithi080.fqsptj ... 2023-12-08T22:55:37.847 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T22:55:37.847 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T22:55:37.847 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T22:53:43Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T22:55:37.847 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T22:54: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-08T22:55:37.847 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T22:54:58Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T22:55:37.847 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-08T22:55:37.847 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T22:55:37.847 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:55:36.341027+0000 mgr.smithi080.zyybpm (mgr.14182) 422 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi080.fqsptj 2023-12-08T22:55:37.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:55:36.341887+0000 mgr.smithi080.zyybpm (mgr.14182) 423 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj 2023-12-08T22:55:37.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj 2023-12-08T22:55:37.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj 2023-12-08T22:55:37.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj 2023-12-08T22:55:37.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Deploy daemon haproxy.nfs.foo.smithi080.fqsptj ... 2023-12-08T22:55:37.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T22:55:37.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T22:55:37.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T22:53:43Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T22:55:37.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T22:54: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-08T22:55:37.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T22:54:58Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T22:55:37.850 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-08T22:55:37.850 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T22:55:37.850 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:55:36.346136+0000 mgr.smithi080.zyybpm (mgr.14182) 424 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T22:55:37.850 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:55:36.347218+0000 mgr.smithi080.zyybpm (mgr.14182) 425 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T22:55:37.850 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:55:36.347824+0000 mgr.smithi080.zyybpm (mgr.14182) 426 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2023-12-08T22:55:37.850 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:55:37.344360+0000 mon.smithi080 (mon.0) 657 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T22:55:37.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:55:36.340842+0000 mgr.smithi080.zyybpm (mgr.14182) 421 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj 2023-12-08T22:55:38.212 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj 2023-12-08T22:55:38.213 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj 2023-12-08T22:55:38.213 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj 2023-12-08T22:55:38.213 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Deploy daemon haproxy.nfs.foo.smithi080.fqsptj ... 2023-12-08T22:55:38.213 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T22:55:38.213 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T22:55:38.213 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T22:53:43Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T22:55:38.213 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T22:54: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-08T22:55:38.213 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T22:54:58Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T22:55:38.213 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-08T22:55:38.213 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T22:55:38.214 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Traceback (most recent call last): 2023-12-08T22:55:38.214 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T22:55:38.214 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: yield (conn, connr) 2023-12-08T22:55:38.214 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T22:55:38.214 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: code, '\n'.join(err))) 2023-12-08T22:55:38.214 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj 2023-12-08T22:55:38.214 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj 2023-12-08T22:55:38.214 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj 2023-12-08T22:55:38.214 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj 2023-12-08T22:55:38.214 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Deploy daemon haproxy.nfs.foo.smithi080.fqsptj ... 2023-12-08T22:55:38.214 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T22:55:38.215 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T22:55:38.215 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T22:53:43Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T22:55:38.216 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T22:54: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-08T22:55:38.216 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T22:54:58Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T22:55:38.216 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-08T22:55:38.216 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T22:55:38.216 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:55:36.341027+0000 mgr.smithi080.zyybpm (mgr.14182) 422 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi080.fqsptj 2023-12-08T22:55:38.216 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:55:36.341887+0000 mgr.smithi080.zyybpm (mgr.14182) 423 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj 2023-12-08T22:55:38.216 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj 2023-12-08T22:55:38.216 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj 2023-12-08T22:55:38.216 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj 2023-12-08T22:55:38.217 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Deploy daemon haproxy.nfs.foo.smithi080.fqsptj ... 2023-12-08T22:55:38.217 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T22:55:38.217 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T22:55:38.217 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T22:53:43Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T22:55:38.217 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T22:54: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-08T22:55:38.217 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T22:54:58Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T22:55:38.217 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-08T22:55:38.217 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T22:55:38.217 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:55:36.346136+0000 mgr.smithi080.zyybpm (mgr.14182) 424 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T22:55:38.217 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:55:36.347218+0000 mgr.smithi080.zyybpm (mgr.14182) 425 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T22:55:38.217 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:55:36.347824+0000 mgr.smithi080.zyybpm (mgr.14182) 426 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2023-12-08T22:55:38.217 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:55:37.344360+0000 mon.smithi080 (mon.0) 657 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T22:55:38.803 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:55:38.832 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:38 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:55:37.264719+0000 mgr.smithi080.zyybpm (mgr.14182) 427 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:38.832 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:38 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:55:37.764549+0000 mon.smithi080 (mon.0) 658 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:55:39.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:38 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:55:37.264719+0000 mgr.smithi080.zyybpm (mgr.14182) 427 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:39.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:38 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:55:37.764549+0000 mon.smithi080 (mon.0) 658 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:55:39.946 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:39 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:55:38.348482+0000 mgr.smithi080.zyybpm (mgr.14182) 428 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2023-12-08T22:55:40.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:39 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:55:38.348482+0000 mgr.smithi080.zyybpm (mgr.14182) 428 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2023-12-08T22:55:40.405 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:55:40.405 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:55:40.818 INFO:tasks.cephadm:nfs.foo has 1/1 2023-12-08T22:55:40.819 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-08T22:55:40.829 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-12-08T22:55:40.830 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:55:41.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:55:40.081542+0000 mon.smithi080 (mon.0) 659 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:55:41.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:55:40.349066+0000 mgr.smithi080.zyybpm (mgr.14182) 429 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2023-12-08T22:55:41.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:55:40.366728+0000 mon.smithi080 (mon.0) 660 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:55:41.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:55:40.367360+0000 mon.smithi080 (mon.0) 661 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T22:55:41.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:55:40.371429+0000 mon.smithi080 (mon.0) 662 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:55:41.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:55:40.371839+0000 mgr.smithi080.zyybpm (mgr.14182) 430 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 109 B/s rd, 0 op/s 2023-12-08T22:55:41.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:55:40.375070+0000 mon.smithi080 (mon.0) 663 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T22:55:41.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:55:40.381381+0000 mon.smithi080 (mon.0) 664 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:55:41.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:55:40.383276+0000 mgr.smithi080.zyybpm (mgr.14182) 431 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.iqagcv on smithi150 2023-12-08T22:55:41.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:55:40.399250+0000 mgr.smithi080.zyybpm (mgr.14182) 432 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:41.397 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:55:40.081542+0000 mon.smithi080 (mon.0) 659 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:55:41.398 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:55:40.349066+0000 mgr.smithi080.zyybpm (mgr.14182) 429 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2023-12-08T22:55:41.398 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:55:40.366728+0000 mon.smithi080 (mon.0) 660 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:55:41.398 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:55:40.367360+0000 mon.smithi080 (mon.0) 661 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T22:55:41.398 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:55:40.371429+0000 mon.smithi080 (mon.0) 662 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:55:41.398 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:55:40.371839+0000 mgr.smithi080.zyybpm (mgr.14182) 430 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 109 B/s rd, 0 op/s 2023-12-08T22:55:41.398 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:55:40.375070+0000 mon.smithi080 (mon.0) 663 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T22:55:41.398 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:55:40.381381+0000 mon.smithi080 (mon.0) 664 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T22:55:41.398 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:55:40.383276+0000 mgr.smithi080.zyybpm (mgr.14182) 431 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.iqagcv on smithi150 2023-12-08T22:55:41.398 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:55:40.399250+0000 mgr.smithi080.zyybpm (mgr.14182) 432 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:42.263 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:55:42.263 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:55:42.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:42 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:55:41.079791+0000 mon.smithi080 (mon.0) 665 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T22:55:42.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:42 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:55:41.079833+0000 mon.smithi080 (mon.0) 666 : cluster [INF] Cluster is now healthy 2023-12-08T22:55:42.485 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:42 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:55:41.079791+0000 mon.smithi080 (mon.0) 665 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T22:55:42.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:42 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:55:41.079833+0000 mon.smithi080 (mon.0) 666 : cluster [INF] Cluster is now healthy 2023-12-08T22:55:42.684 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:55:43.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:55:42.256704+0000 mgr.smithi080.zyybpm (mgr.14182) 433 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:43.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:55:42.372256+0000 mgr.smithi080.zyybpm (mgr.14182) 434 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 109 B/s rd, 0 op/s 2023-12-08T22:55:43.404 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:55:42.256704+0000 mgr.smithi080.zyybpm (mgr.14182) 433 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:43.404 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:55:42.372256+0000 mgr.smithi080.zyybpm (mgr.14182) 434 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 109 B/s rd, 0 op/s 2023-12-08T22:55:43.685 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:55:45.056 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:55:45.057 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:55:45.434 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:55:45.737 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:45 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:55:44.372828+0000 mgr.smithi080.zyybpm (mgr.14182) 435 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 109 B/s rd, 0 op/s 2023-12-08T22:55:45.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:45 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:55:44.372828+0000 mgr.smithi080.zyybpm (mgr.14182) 435 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 109 B/s rd, 0 op/s 2023-12-08T22:55:46.434 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:55:46.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:46 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:55:45.050652+0000 mgr.smithi080.zyybpm (mgr.14182) 436 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:46.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:46 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:55:45.050652+0000 mgr.smithi080.zyybpm (mgr.14182) 436 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:47.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:47 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:55:46.373474+0000 mgr.smithi080.zyybpm (mgr.14182) 437 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-08T22:55:47.772 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:55:47.772 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:55:47.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:47 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:55:46.373474+0000 mgr.smithi080.zyybpm (mgr.14182) 437 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-08T22:55:48.140 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:55:49.141 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:55:49.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:49 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:55:47.766700+0000 mgr.smithi080.zyybpm (mgr.14182) 438 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:49.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:49 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:55:48.374021+0000 mgr.smithi080.zyybpm (mgr.14182) 439 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-08T22:55:49.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:49 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:55:47.766700+0000 mgr.smithi080.zyybpm (mgr.14182) 438 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:49.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:49 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:55:48.374021+0000 mgr.smithi080.zyybpm (mgr.14182) 439 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-08T22:55:50.512 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:55:50.513 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:55:50.914 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:55:51.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:51 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:55:50.374428+0000 mgr.smithi080.zyybpm (mgr.14182) 440 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-08T22:55:51.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:51 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:55:50.507181+0000 mgr.smithi080.zyybpm (mgr.14182) 441 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:51.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:51 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:55:50.374428+0000 mgr.smithi080.zyybpm (mgr.14182) 440 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-08T22:55:51.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:51 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:55:50.507181+0000 mgr.smithi080.zyybpm (mgr.14182) 441 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:51.916 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:55:53.258 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:55:53.258 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:55:53.604 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:53 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:55:52.374921+0000 mgr.smithi080.zyybpm (mgr.14182) 442 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:55:53.624 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:55:53.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:53 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:55:52.374921+0000 mgr.smithi080.zyybpm (mgr.14182) 442 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:55:54.625 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:55:54.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:54 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:55:53.251381+0000 mgr.smithi080.zyybpm (mgr.14182) 443 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:54.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:54 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:55:53.251381+0000 mgr.smithi080.zyybpm (mgr.14182) 443 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:55.568 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:55 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:55:54.375418+0000 mgr.smithi080.zyybpm (mgr.14182) 444 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:55:55.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:55 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:55:54.375418+0000 mgr.smithi080.zyybpm (mgr.14182) 444 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:55:55.942 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:55:55.942 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:55:56.322 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:55:57.322 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:55:57.638 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:57 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:55:55.936015+0000 mgr.smithi080.zyybpm (mgr.14182) 445 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:57.639 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:57 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:55:56.375812+0000 mgr.smithi080.zyybpm (mgr.14182) 446 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:55:57.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:57 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:55:55.936015+0000 mgr.smithi080.zyybpm (mgr.14182) 445 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:57.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:57 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:55:56.375812+0000 mgr.smithi080.zyybpm (mgr.14182) 446 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:55:58.695 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:55:58.695 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:55:59.070 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:55:59.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:59 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:55:58.376336+0000 mgr.smithi080.zyybpm (mgr.14182) 447 : 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-08T22:55:59.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:55:59 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:55:58.689503+0000 mgr.smithi080.zyybpm (mgr.14182) 448 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:55:59.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:59 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:55:58.376336+0000 mgr.smithi080.zyybpm (mgr.14182) 447 : 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-08T22:55:59.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:55:59 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:55:58.689503+0000 mgr.smithi080.zyybpm (mgr.14182) 448 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:00.072 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:56:01.378 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:56:01.378 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:56:01.702 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:01 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:56:00.376716+0000 mgr.smithi080.zyybpm (mgr.14182) 449 : 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-08T22:56:01.745 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:56:01.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:01 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:56:00.376716+0000 mgr.smithi080.zyybpm (mgr.14182) 449 : 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-08T22:56:02.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:02 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:56:01.371983+0000 mgr.smithi080.zyybpm (mgr.14182) 450 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:02.745 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:56:02.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:02 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:56:01.371983+0000 mgr.smithi080.zyybpm (mgr.14182) 450 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:03.718 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:03 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:56:02.377350+0000 mgr.smithi080.zyybpm (mgr.14182) 451 : 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-08T22:56:03.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:03 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:56:02.377350+0000 mgr.smithi080.zyybpm (mgr.14182) 451 : 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-08T22:56:04.205 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:56:04.205 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:56:04.579 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:56:05.579 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:56:05.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:05 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:56:04.198354+0000 mgr.smithi080.zyybpm (mgr.14182) 452 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:05.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:05 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:56:04.378097+0000 mgr.smithi080.zyybpm (mgr.14182) 453 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:56:05.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:05 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:56:04.198354+0000 mgr.smithi080.zyybpm (mgr.14182) 452 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:05.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:05 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:56:04.378097+0000 mgr.smithi080.zyybpm (mgr.14182) 453 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:56:06.986 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:56:06.986 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:56:07.371 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:56:07.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:56:06.378409+0000 mgr.smithi080.zyybpm (mgr.14182) 454 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:56:07.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:07 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:56:06.378409+0000 mgr.smithi080.zyybpm (mgr.14182) 454 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:56:08.372 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:56:08.720 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:56:06.980158+0000 mgr.smithi080.zyybpm (mgr.14182) 455 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:08.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:56:06.980158+0000 mgr.smithi080.zyybpm (mgr.14182) 455 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:09.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:56:08.378982+0000 mgr.smithi080.zyybpm (mgr.14182) 456 : 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-08T22:56:09.739 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:56:09.739 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:56:09.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:56:08.378982+0000 mgr.smithi080.zyybpm (mgr.14182) 456 : 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-08T22:56:10.119 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:56:10.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:56:09.732969+0000 mgr.smithi080.zyybpm (mgr.14182) 457 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:10.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:56:09.732969+0000 mgr.smithi080.zyybpm (mgr.14182) 457 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:11.120 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:56:11.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:11 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:56:10.379373+0000 mgr.smithi080.zyybpm (mgr.14182) 458 : 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-08T22:56:11.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:11 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:56:10.379373+0000 mgr.smithi080.zyybpm (mgr.14182) 458 : 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-08T22:56:12.516 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:56:12.517 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:56:12.901 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:56:13.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:56:12.379795+0000 mgr.smithi080.zyybpm (mgr.14182) 459 : 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-08T22:56:13.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:56:12.510365+0000 mgr.smithi080.zyybpm (mgr.14182) 460 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:13.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:56:12.379795+0000 mgr.smithi080.zyybpm (mgr.14182) 459 : 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-08T22:56:13.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:56:12.510365+0000 mgr.smithi080.zyybpm (mgr.14182) 460 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:13.902 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:56:15.216 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:56:15.217 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:56:15.593 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:56:15.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:15 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:56:14.380261+0000 mgr.smithi080.zyybpm (mgr.14182) 461 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:56:15.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:15 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:56:14.380261+0000 mgr.smithi080.zyybpm (mgr.14182) 461 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:56:16.594 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:56:16.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:56:15.210607+0000 mgr.smithi080.zyybpm (mgr.14182) 462 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:16.944 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:56:15.210607+0000 mgr.smithi080.zyybpm (mgr.14182) 462 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:17.621 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:17 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:56:16.380608+0000 mgr.smithi080.zyybpm (mgr.14182) 463 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:56:17.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:17 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:56:16.380608+0000 mgr.smithi080.zyybpm (mgr.14182) 463 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:56:17.968 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:56:17.968 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:56:18.366 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:56:19.368 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:56:19.710 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:19 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:56:17.962037+0000 mgr.smithi080.zyybpm (mgr.14182) 464 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:19.711 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:19 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:56:18.381201+0000 mgr.smithi080.zyybpm (mgr.14182) 465 : 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-08T22:56:19.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:19 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:56:17.962037+0000 mgr.smithi080.zyybpm (mgr.14182) 464 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:19.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:19 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:56:18.381201+0000 mgr.smithi080.zyybpm (mgr.14182) 465 : 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-08T22:56:20.747 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:56:20.747 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:56:21.123 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:56:21.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:21 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:56:20.381615+0000 mgr.smithi080.zyybpm (mgr.14182) 466 : 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-08T22:56:21.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:21 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:56:20.741738+0000 mgr.smithi080.zyybpm (mgr.14182) 467 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:21.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:21 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:56:20.381615+0000 mgr.smithi080.zyybpm (mgr.14182) 466 : 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-08T22:56:21.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:21 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:56:20.741738+0000 mgr.smithi080.zyybpm (mgr.14182) 467 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:22.124 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:56:23.436 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:56:23.436 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:56:23.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:23 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:56:22.382041+0000 mgr.smithi080.zyybpm (mgr.14182) 468 : 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-08T22:56:23.815 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:56:23.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:23 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:56:22.382041+0000 mgr.smithi080.zyybpm (mgr.14182) 468 : 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-08T22:56:24.816 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:56:24.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:24 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:56:23.428516+0000 mgr.smithi080.zyybpm (mgr.14182) 469 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:24.850 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:24 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:56:23.428516+0000 mgr.smithi080.zyybpm (mgr.14182) 469 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:25.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:25 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:56:24.382673+0000 mgr.smithi080.zyybpm (mgr.14182) 470 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:56:25.852 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:56:24.382673+0000 mgr.smithi080.zyybpm (mgr.14182) 470 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:56:26.237 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:56:26.237 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:56:26.615 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:56:27.616 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:56:27.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:27 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:56:26.231127+0000 mgr.smithi080.zyybpm (mgr.14182) 471 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:27.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:27 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:56:26.383148+0000 mgr.smithi080.zyybpm (mgr.14182) 472 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:56:27.948 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:27 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:56:26.231127+0000 mgr.smithi080.zyybpm (mgr.14182) 471 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:27.949 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:27 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:56:26.383148+0000 mgr.smithi080.zyybpm (mgr.14182) 472 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:56:29.043 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:56:29.044 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:56:29.431 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:56:29.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:29 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:56:28.383751+0000 mgr.smithi080.zyybpm (mgr.14182) 473 : 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-08T22:56:29.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:29 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:56:28.383751+0000 mgr.smithi080.zyybpm (mgr.14182) 473 : 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-08T22:56:30.432 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:56:30.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:30 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:56:29.037673+0000 mgr.smithi080.zyybpm (mgr.14182) 474 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:30.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:56:29.037673+0000 mgr.smithi080.zyybpm (mgr.14182) 474 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:31.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:31 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:56:30.384212+0000 mgr.smithi080.zyybpm (mgr.14182) 475 : 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-08T22:56:31.782 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:56:31.783 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:56:31.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:31 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:56:30.384212+0000 mgr.smithi080.zyybpm (mgr.14182) 475 : 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-08T22:56:32.155 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:56:33.156 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:56:33.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:33 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:56:31.777199+0000 mgr.smithi080.zyybpm (mgr.14182) 476 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:33.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:33 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:56:32.384633+0000 mgr.smithi080.zyybpm (mgr.14182) 477 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:56:33.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:33 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:56:31.777199+0000 mgr.smithi080.zyybpm (mgr.14182) 476 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:33.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:33 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:56:32.384633+0000 mgr.smithi080.zyybpm (mgr.14182) 477 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:56:34.591 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:56:34.592 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:56:35.013 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:56:35.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:56:34.385131+0000 mgr.smithi080.zyybpm (mgr.14182) 478 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:56:35.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:56:34.585082+0000 mgr.smithi080.zyybpm (mgr.14182) 479 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:35.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:56:34.385131+0000 mgr.smithi080.zyybpm (mgr.14182) 478 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:56:35.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:56:34.585082+0000 mgr.smithi080.zyybpm (mgr.14182) 479 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:36.013 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:56:37.382 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:56:37.382 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:56:37.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:56:36.385559+0000 mgr.smithi080.zyybpm (mgr.14182) 480 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:56:37.792 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:56:37.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:56:36.385559+0000 mgr.smithi080.zyybpm (mgr.14182) 480 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:56:38.794 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:56:38.826 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:38 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:56:37.376343+0000 mgr.smithi080.zyybpm (mgr.14182) 481 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:38.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:38 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:56:37.376343+0000 mgr.smithi080.zyybpm (mgr.14182) 481 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:39.766 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:39 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:56:38.386227+0000 mgr.smithi080.zyybpm (mgr.14182) 482 : 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-08T22:56:39.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:39 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:56:38.386227+0000 mgr.smithi080.zyybpm (mgr.14182) 482 : 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-08T22:56:40.112 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:56:40.113 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:56:40.488 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:56:41.489 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:56:41.813 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:56:40.106918+0000 mgr.smithi080.zyybpm (mgr.14182) 483 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:41.814 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:56:40.386698+0000 mgr.smithi080.zyybpm (mgr.14182) 484 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:56:41.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:56:40.106918+0000 mgr.smithi080.zyybpm (mgr.14182) 483 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:41.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:56:40.386698+0000 mgr.smithi080.zyybpm (mgr.14182) 484 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:56:42.866 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:56:42.866 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:56:43.237 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:56:43.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:56:42.387246+0000 mgr.smithi080.zyybpm (mgr.14182) 485 : 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-08T22:56:43.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:56:42.387246+0000 mgr.smithi080.zyybpm (mgr.14182) 485 : 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-08T22:56:44.238 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:56:44.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:56:42.860350+0000 mgr.smithi080.zyybpm (mgr.14182) 486 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:44.940 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:56:42.860350+0000 mgr.smithi080.zyybpm (mgr.14182) 486 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:45.597 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:56:45.597 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:56:45.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:45 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:56:44.387730+0000 mgr.smithi080.zyybpm (mgr.14182) 487 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:56:45.942 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:45 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:56:44.387730+0000 mgr.smithi080.zyybpm (mgr.14182) 487 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:56:45.978 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:56:46.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:46 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:56:45.591105+0000 mgr.smithi080.zyybpm (mgr.14182) 488 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:46.979 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:56:46.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:46 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:56:45.591105+0000 mgr.smithi080.zyybpm (mgr.14182) 488 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:47.673 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:47 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:56:46.388088+0000 mgr.smithi080.zyybpm (mgr.14182) 489 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:56:47.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:47 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:56:46.388088+0000 mgr.smithi080.zyybpm (mgr.14182) 489 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:56:48.359 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:56:48.360 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:56:48.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:56:49.737 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:56:49.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:49 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:56:48.353533+0000 mgr.smithi080.zyybpm (mgr.14182) 490 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:49.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:49 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:56:48.388540+0000 mgr.smithi080.zyybpm (mgr.14182) 491 : 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-08T22:56:49.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:49 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:56:48.353533+0000 mgr.smithi080.zyybpm (mgr.14182) 490 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:49.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:49 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:56:48.388540+0000 mgr.smithi080.zyybpm (mgr.14182) 491 : 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-08T22:56:51.107 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:56:51.107 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:56:51.476 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:56:51.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:51 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:56:50.388920+0000 mgr.smithi080.zyybpm (mgr.14182) 492 : 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-08T22:56:51.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:51 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:56:50.388920+0000 mgr.smithi080.zyybpm (mgr.14182) 492 : 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-08T22:56:52.478 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:56:52.810 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:56:51.101600+0000 mgr.smithi080.zyybpm (mgr.14182) 493 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:52.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:56:51.101600+0000 mgr.smithi080.zyybpm (mgr.14182) 493 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:53.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:53 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:56:52.389477+0000 mgr.smithi080.zyybpm (mgr.14182) 494 : 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-08T22:56:53.784 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:56:53.785 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:56:53.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:53 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:56:52.389477+0000 mgr.smithi080.zyybpm (mgr.14182) 494 : 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-08T22:56:54.209 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:56:55.210 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:56:55.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:55 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:56:53.778825+0000 mgr.smithi080.zyybpm (mgr.14182) 495 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:55.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:55 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:56:54.390186+0000 mgr.smithi080.zyybpm (mgr.14182) 496 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:56:55.862 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:55 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:56:53.778825+0000 mgr.smithi080.zyybpm (mgr.14182) 495 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:55.862 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:55 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:56:54.390186+0000 mgr.smithi080.zyybpm (mgr.14182) 496 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:56:56.583 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:56:56.583 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:56:56.957 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:56:57.959 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:56:57.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:57 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:56:56.390593+0000 mgr.smithi080.zyybpm (mgr.14182) 497 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:56:57.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:57 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:56:56.577571+0000 mgr.smithi080.zyybpm (mgr.14182) 498 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:58.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:57 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:56:56.390593+0000 mgr.smithi080.zyybpm (mgr.14182) 497 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:56:58.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:57 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:56:56.577571+0000 mgr.smithi080.zyybpm (mgr.14182) 498 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:56:59.328 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:56:59.328 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:56:59.690 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:56:59 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:56:58.391120+0000 mgr.smithi080.zyybpm (mgr.14182) 499 : 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-08T22:56:59.724 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:57:00.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:56:59 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:56:58.391120+0000 mgr.smithi080.zyybpm (mgr.14182) 499 : 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-08T22:57:00.725 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:57:00.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:00 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:56:59.322103+0000 mgr.smithi080.zyybpm (mgr.14182) 500 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:01.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:00 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:56:59.322103+0000 mgr.smithi080.zyybpm (mgr.14182) 500 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:01.685 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:01 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:57:00.391775+0000 mgr.smithi080.zyybpm (mgr.14182) 501 : 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-08T22:57:02.057 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:57:02.057 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:57:02.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:01 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:57:00.391775+0000 mgr.smithi080.zyybpm (mgr.14182) 501 : 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-08T22:57:02.465 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:57:03.466 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:57:03.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:03 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:57:02.051389+0000 mgr.smithi080.zyybpm (mgr.14182) 502 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:03.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:03 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:57:02.392183+0000 mgr.smithi080.zyybpm (mgr.14182) 503 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:57:04.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:03 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:57:02.051389+0000 mgr.smithi080.zyybpm (mgr.14182) 502 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:04.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:03 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:57:02.392183+0000 mgr.smithi080.zyybpm (mgr.14182) 503 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:57:04.819 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:57:04.819 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:57:05.190 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:57:05.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:05 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:57:04.392755+0000 mgr.smithi080.zyybpm (mgr.14182) 504 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:57:06.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:05 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:57:04.392755+0000 mgr.smithi080.zyybpm (mgr.14182) 504 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:57:06.191 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:57:06.869 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:57:04.812977+0000 mgr.smithi080.zyybpm (mgr.14182) 505 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:07.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:06 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:57:04.812977+0000 mgr.smithi080.zyybpm (mgr.14182) 505 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:07.570 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:57:07.571 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:57:07.912 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:57:06.393082+0000 mgr.smithi080.zyybpm (mgr.14182) 506 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:57:07.956 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:57:08.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:07 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:57:06.393082+0000 mgr.smithi080.zyybpm (mgr.14182) 506 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:57:08.957 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:57:08.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:57:07.564455+0000 mgr.smithi080.zyybpm (mgr.14182) 507 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:09.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:57:07.564455+0000 mgr.smithi080.zyybpm (mgr.14182) 507 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:09.983 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:57:08.393546+0000 mgr.smithi080.zyybpm (mgr.14182) 508 : 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-08T22:57:10.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:57:08.393546+0000 mgr.smithi080.zyybpm (mgr.14182) 508 : 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-08T22:57:10.330 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:57:10.330 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:57:10.705 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:57:11.706 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:57:11.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:11 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:57:10.324408+0000 mgr.smithi080.zyybpm (mgr.14182) 509 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:11.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:11 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:57:10.393947+0000 mgr.smithi080.zyybpm (mgr.14182) 510 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:57:12.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:11 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:57:10.324408+0000 mgr.smithi080.zyybpm (mgr.14182) 509 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:12.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:11 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:57:10.393947+0000 mgr.smithi080.zyybpm (mgr.14182) 510 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:57:13.097 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:57:13.097 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:57:13.488 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:57:13.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:57:12.394519+0000 mgr.smithi080.zyybpm (mgr.14182) 511 : 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-08T22:57:14.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:57:12.394519+0000 mgr.smithi080.zyybpm (mgr.14182) 511 : 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-08T22:57:14.489 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:57:14.831 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:14 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:57:13.091184+0000 mgr.smithi080.zyybpm (mgr.14182) 512 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:15.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:14 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:57:13.091184+0000 mgr.smithi080.zyybpm (mgr.14182) 512 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:15.737 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:15 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:57:14.395197+0000 mgr.smithi080.zyybpm (mgr.14182) 513 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:57:15.839 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:57:15.839 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:57:16.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:15 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:57:14.395197+0000 mgr.smithi080.zyybpm (mgr.14182) 513 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:57:16.254 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:57:17.256 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:57:17.933 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:17 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:57:15.833697+0000 mgr.smithi080.zyybpm (mgr.14182) 514 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:17.934 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:17 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:57:16.395560+0000 mgr.smithi080.zyybpm (mgr.14182) 515 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:57:18.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:17 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:57:15.833697+0000 mgr.smithi080.zyybpm (mgr.14182) 514 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:18.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:17 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:57:16.395560+0000 mgr.smithi080.zyybpm (mgr.14182) 515 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:57:18.640 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:57:18.641 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:57:19.028 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:57:19.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:19 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:57:18.396050+0000 mgr.smithi080.zyybpm (mgr.14182) 516 : 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-08T22:57:19.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:19 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:57:18.635058+0000 mgr.smithi080.zyybpm (mgr.14182) 517 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:20.029 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:57:20.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:19 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:57:18.396050+0000 mgr.smithi080.zyybpm (mgr.14182) 516 : 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-08T22:57:20.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:19 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:57:18.635058+0000 mgr.smithi080.zyybpm (mgr.14182) 517 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:21.355 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:57:21.355 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:57:21.769 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:57:21.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:21 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:57:20.396421+0000 mgr.smithi080.zyybpm (mgr.14182) 518 : 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-08T22:57:22.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:21 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:57:20.396421+0000 mgr.smithi080.zyybpm (mgr.14182) 518 : 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-08T22:57:22.771 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:57:22.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:57:21.349435+0000 mgr.smithi080.zyybpm (mgr.14182) 519 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:23.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:22 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:57:21.349435+0000 mgr.smithi080.zyybpm (mgr.14182) 519 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:23.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:23 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:57:22.397162+0000 mgr.smithi080.zyybpm (mgr.14182) 520 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:57:24.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:23 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:57:22.397162+0000 mgr.smithi080.zyybpm (mgr.14182) 520 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:57:24.117 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:57:24.117 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:57:24.486 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:57:25.487 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:57:25.812 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:57:24.111319+0000 mgr.smithi080.zyybpm (mgr.14182) 521 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:25.812 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:57:24.397629+0000 mgr.smithi080.zyybpm (mgr.14182) 522 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:57:26.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:25 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:57:24.111319+0000 mgr.smithi080.zyybpm (mgr.14182) 521 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:26.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:25 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:57:24.397629+0000 mgr.smithi080.zyybpm (mgr.14182) 522 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:57:26.830 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:57:26.830 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:57:27.211 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:57:27.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:27 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:57:26.398063+0000 mgr.smithi080.zyybpm (mgr.14182) 523 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:57:28.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:27 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:57:26.398063+0000 mgr.smithi080.zyybpm (mgr.14182) 523 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:57:28.212 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:57:28.897 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:28 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:57:26.824025+0000 mgr.smithi080.zyybpm (mgr.14182) 524 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:29.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:28 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:57:26.824025+0000 mgr.smithi080.zyybpm (mgr.14182) 524 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:29.593 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:57:29.593 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:57:29.949 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:29 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:57:28.398539+0000 mgr.smithi080.zyybpm (mgr.14182) 525 : 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-08T22:57:29.976 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:57:30.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:29 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:57:28.398539+0000 mgr.smithi080.zyybpm (mgr.14182) 525 : 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-08T22:57:30.977 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:57:30.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:57:29.587409+0000 mgr.smithi080.zyybpm (mgr.14182) 526 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:31.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:30 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:57:29.587409+0000 mgr.smithi080.zyybpm (mgr.14182) 526 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:31.962 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:31 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:57:30.399013+0000 mgr.smithi080.zyybpm (mgr.14182) 527 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:57:32.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:31 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:57:30.399013+0000 mgr.smithi080.zyybpm (mgr.14182) 527 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:57:32.326 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:57:32.326 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:57:32.709 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:57:33.710 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:57:33.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:33 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:57:32.319601+0000 mgr.smithi080.zyybpm (mgr.14182) 528 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:33.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:33 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:57:32.399444+0000 mgr.smithi080.zyybpm (mgr.14182) 529 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:57:34.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:33 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:57:32.319601+0000 mgr.smithi080.zyybpm (mgr.14182) 528 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:34.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:33 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:57:32.399444+0000 mgr.smithi080.zyybpm (mgr.14182) 529 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:57:35.093 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:57:35.094 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:57:35.457 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:57:35.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:57:34.399937+0000 mgr.smithi080.zyybpm (mgr.14182) 530 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:57:36.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:57:34.399937+0000 mgr.smithi080.zyybpm (mgr.14182) 530 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:57:36.458 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:57:36.793 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:57:35.087476+0000 mgr.smithi080.zyybpm (mgr.14182) 531 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:37.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:57:35.087476+0000 mgr.smithi080.zyybpm (mgr.14182) 531 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:37.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:57:36.400318+0000 mgr.smithi080.zyybpm (mgr.14182) 532 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:57:37.822 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:57:37.822 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:57:38.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:57:36.400318+0000 mgr.smithi080.zyybpm (mgr.14182) 532 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:57:38.200 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:57:39.201 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:57:39.886 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:39 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:57:37.816436+0000 mgr.smithi080.zyybpm (mgr.14182) 533 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:39.886 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:39 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:57:38.400898+0000 mgr.smithi080.zyybpm (mgr.14182) 534 : 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-08T22:57:40.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:39 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:57:37.816436+0000 mgr.smithi080.zyybpm (mgr.14182) 533 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:40.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:39 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:57:38.400898+0000 mgr.smithi080.zyybpm (mgr.14182) 534 : 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-08T22:57:40.547 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:57:40.548 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:57:40.940 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:57:41.940 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:57:41.973 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:57:40.401404+0000 mgr.smithi080.zyybpm (mgr.14182) 535 : 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-08T22:57:41.973 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:57:40.541332+0000 mgr.smithi080.zyybpm (mgr.14182) 536 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:42.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:57:40.401404+0000 mgr.smithi080.zyybpm (mgr.14182) 535 : 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-08T22:57:42.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:57:40.541332+0000 mgr.smithi080.zyybpm (mgr.14182) 536 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:43.317 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:57:43.317 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:57:43.683 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:57:43.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:57:42.402152+0000 mgr.smithi080.zyybpm (mgr.14182) 537 : 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-08T22:57:44.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:57:42.402152+0000 mgr.smithi080.zyybpm (mgr.14182) 537 : 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-08T22:57:44.683 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:57:44.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:57:43.311210+0000 mgr.smithi080.zyybpm (mgr.14182) 538 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:45.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:57:43.311210+0000 mgr.smithi080.zyybpm (mgr.14182) 538 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:45.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:45 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:57:44.402723+0000 mgr.smithi080.zyybpm (mgr.14182) 539 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:57:46.083 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:57:46.083 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:57:46.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:45 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:57:44.402723+0000 mgr.smithi080.zyybpm (mgr.14182) 539 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:57:46.456 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:57:47.457 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:57:47.782 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:47 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:57:46.077404+0000 mgr.smithi080.zyybpm (mgr.14182) 540 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:47.782 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:47 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:57:46.403152+0000 mgr.smithi080.zyybpm (mgr.14182) 541 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:57:48.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:47 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:57:46.077404+0000 mgr.smithi080.zyybpm (mgr.14182) 540 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:48.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:47 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:57:46.403152+0000 mgr.smithi080.zyybpm (mgr.14182) 541 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:57:48.769 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:57:48.770 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:57:49.180 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:57:49.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:49 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:57:48.403706+0000 mgr.smithi080.zyybpm (mgr.14182) 542 : 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-08T22:57:49.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:49 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:57:48.763601+0000 mgr.smithi080.zyybpm (mgr.14182) 543 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:50.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:49 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:57:48.403706+0000 mgr.smithi080.zyybpm (mgr.14182) 542 : 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-08T22:57:50.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:49 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:57:48.763601+0000 mgr.smithi080.zyybpm (mgr.14182) 543 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:50.181 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:57:51.557 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:57:51.558 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:57:51.886 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:51 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:57:50.404116+0000 mgr.smithi080.zyybpm (mgr.14182) 544 : 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-08T22:57:51.929 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:57:52.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:51 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:57:50.404116+0000 mgr.smithi080.zyybpm (mgr.14182) 544 : 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-08T22:57:52.930 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:57:52.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:57:51.551427+0000 mgr.smithi080.zyybpm (mgr.14182) 545 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:53.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:57:51.551427+0000 mgr.smithi080.zyybpm (mgr.14182) 545 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:53.900 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:53 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:57:52.404664+0000 mgr.smithi080.zyybpm (mgr.14182) 546 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:57:54.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:53 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:57:52.404664+0000 mgr.smithi080.zyybpm (mgr.14182) 546 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:57:54.266 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:57:54.267 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:57:54.645 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:57:55.646 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:57:55.964 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:55 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:57:54.260919+0000 mgr.smithi080.zyybpm (mgr.14182) 547 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:55.964 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:55 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:57:54.405274+0000 mgr.smithi080.zyybpm (mgr.14182) 548 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:57:56.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:55 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:57:54.260919+0000 mgr.smithi080.zyybpm (mgr.14182) 547 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:56.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:55 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:57:54.405274+0000 mgr.smithi080.zyybpm (mgr.14182) 548 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:57:56.959 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:57:56.960 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:57:57.370 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:57:58.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:57 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:57:56.405657+0000 mgr.smithi080.zyybpm (mgr.14182) 549 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:57:58.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:57 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:57:56.405657+0000 mgr.smithi080.zyybpm (mgr.14182) 549 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:57:58.371 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:57:58.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:58 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:57:56.953510+0000 mgr.smithi080.zyybpm (mgr.14182) 550 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:59.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:58 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:57:56.953510+0000 mgr.smithi080.zyybpm (mgr.14182) 550 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:57:59.711 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:57:59.711 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:57:59.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:57:59 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:57:58.406232+0000 mgr.smithi080.zyybpm (mgr.14182) 551 : 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-08T22:58:00.088 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:58:00.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:57:59 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:57:58.406232+0000 mgr.smithi080.zyybpm (mgr.14182) 551 : 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-08T22:58:01.089 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:58:01.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:00 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:57:59.705736+0000 mgr.smithi080.zyybpm (mgr.14182) 552 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:01.121 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:00 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:57:59.705736+0000 mgr.smithi080.zyybpm (mgr.14182) 552 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:01.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:01 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:58:00.406958+0000 mgr.smithi080.zyybpm (mgr.14182) 553 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:58:02.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:01 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:58:00.406958+0000 mgr.smithi080.zyybpm (mgr.14182) 553 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:58:02.423 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:58:02.423 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:58:02.771 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:58:03.772 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:58:04.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:03 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:58:02.407454+0000 mgr.smithi080.zyybpm (mgr.14182) 554 : 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-08T22:58:04.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:03 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:58:02.417502+0000 mgr.smithi080.zyybpm (mgr.14182) 555 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:04.103 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:03 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:58:02.407454+0000 mgr.smithi080.zyybpm (mgr.14182) 554 : 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-08T22:58:04.103 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:03 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:58:02.417502+0000 mgr.smithi080.zyybpm (mgr.14182) 555 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:05.146 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:58:05.146 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:58:05.520 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:58:06.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:05 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:58:04.407984+0000 mgr.smithi080.zyybpm (mgr.14182) 556 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:58:06.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:05 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:58:04.407984+0000 mgr.smithi080.zyybpm (mgr.14182) 556 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:58:06.521 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:58:06.853 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:58:05.140024+0000 mgr.smithi080.zyybpm (mgr.14182) 557 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:07.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:06 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:58:05.140024+0000 mgr.smithi080.zyybpm (mgr.14182) 557 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:07.844 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:58:07.845 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:50:29.610494Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:58:08.021 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:58:06.408529+0000 mgr.smithi080.zyybpm (mgr.14182) 558 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:58:08.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:07 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:58:06.408529+0000 mgr.smithi080.zyybpm (mgr.14182) 558 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:58:08.235 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:58:09.236 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:58:09.963 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:58:07.838418+0000 mgr.smithi080.zyybpm (mgr.14182) 559 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:09.963 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:58:08.409102+0000 mgr.smithi080.zyybpm (mgr.14182) 560 : 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-08T22:58:09.963 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:58:09.602568+0000 mon.smithi080 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.iqagcv"}]: dispatch 2023-12-08T22:58:10.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:58:07.838418+0000 mgr.smithi080.zyybpm (mgr.14182) 559 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:10.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:58:08.409102+0000 mgr.smithi080.zyybpm (mgr.14182) 560 : 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-08T22:58:10.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:58:09.602568+0000 mon.smithi080 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.iqagcv"}]: dispatch 2023-12-08T22:58:10.704 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:58:10.705 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:58:10.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:58:09.602155+0000 mgr.smithi080.zyybpm (mgr.14182) 561 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv 2023-12-08T22:58:10.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv 2023-12-08T22:58:10.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv 2023-12-08T22:58:10.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv 2023-12-08T22:58:10.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Deploy daemon haproxy.nfs.foo.smithi150.iqagcv ... 2023-12-08T22:58:10.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T22:58:10.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T22:58:10.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T22:56: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-08T22:58:10.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T22:56:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T22:58:10.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T22:57: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-08T22:58:10.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-08T22:58:10.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T22:58:10.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Traceback (most recent call last): 2023-12-08T22:58:10.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T22:58:10.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: yield (conn, connr) 2023-12-08T22:58:10.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T22:58:10.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: code, '\n'.join(err))) 2023-12-08T22:58:10.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv 2023-12-08T22:58:10.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv 2023-12-08T22:58:10.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv 2023-12-08T22:58:10.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv 2023-12-08T22:58:10.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Deploy daemon haproxy.nfs.foo.smithi150.iqagcv ... 2023-12-08T22:58:10.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T22:58:10.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T22:58:10.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T22:56: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-08T22:58:10.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T22:56:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T22:58:10.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T22:57: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-08T22:58:10.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-08T22:58:10.989 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T22:58:10.989 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:58:09.602306+0000 mgr.smithi080.zyybpm (mgr.14182) 562 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.iqagcv 2023-12-08T22:58:10.989 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:58:09.603136+0000 mgr.smithi080.zyybpm (mgr.14182) 563 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv 2023-12-08T22:58:10.989 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv 2023-12-08T22:58:10.989 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv 2023-12-08T22:58:10.989 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv 2023-12-08T22:58:10.989 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Deploy daemon haproxy.nfs.foo.smithi150.iqagcv ... 2023-12-08T22:58:10.989 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T22:58:10.989 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T22:58:10.989 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T22:56: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-08T22:58:10.989 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T22:56:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T22:58:10.989 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T22:57: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-08T22:58:10.989 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-08T22:58:10.990 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T22:58:10.990 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T22:58:09.604658+0000 mgr.smithi080.zyybpm (mgr.14182) 564 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi080.ccfexa on smithi080 2023-12-08T22:58:11.083 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:58:11.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:58:09.602155+0000 mgr.smithi080.zyybpm (mgr.14182) 561 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv 2023-12-08T22:58:11.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv 2023-12-08T22:58:11.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv 2023-12-08T22:58:11.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv 2023-12-08T22:58:11.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Deploy daemon haproxy.nfs.foo.smithi150.iqagcv ... 2023-12-08T22:58:11.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T22:58:11.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T22:58:11.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T22:56: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-08T22:58:11.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T22:56:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T22:58:11.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T22:57: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-08T22:58:11.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-08T22:58:11.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T22:58:11.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Traceback (most recent call last): 2023-12-08T22:58:11.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T22:58:11.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: yield (conn, connr) 2023-12-08T22:58:11.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T22:58:11.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: code, '\n'.join(err))) 2023-12-08T22:58:11.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv 2023-12-08T22:58:11.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv 2023-12-08T22:58:11.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv 2023-12-08T22:58:11.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv 2023-12-08T22:58:11.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Deploy daemon haproxy.nfs.foo.smithi150.iqagcv ... 2023-12-08T22:58:11.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T22:58:11.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T22:58:11.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T22:56: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-08T22:58:11.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T22:56:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T22:58:11.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T22:57: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-08T22:58:11.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-08T22:58:11.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T22:58:11.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:58:09.602306+0000 mgr.smithi080.zyybpm (mgr.14182) 562 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.iqagcv 2023-12-08T22:58:11.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:58:09.603136+0000 mgr.smithi080.zyybpm (mgr.14182) 563 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv 2023-12-08T22:58:11.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv 2023-12-08T22:58:11.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv 2023-12-08T22:58:11.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv 2023-12-08T22:58:11.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Deploy daemon haproxy.nfs.foo.smithi150.iqagcv ... 2023-12-08T22:58:11.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T22:58:11.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T22:58:11.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T22:56: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-08T22:58:11.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T22:56:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T22:58:11.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T22:57: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-08T22:58:11.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-08T22:58:11.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T22:58:11.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T22:58:09.604658+0000 mgr.smithi080.zyybpm (mgr.14182) 564 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi080.ccfexa on smithi080 2023-12-08T22:58:12.085 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:58:12.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:11 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:58:10.409496+0000 mgr.smithi080.zyybpm (mgr.14182) 565 : 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-08T22:58:12.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:11 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:58:10.698380+0000 mgr.smithi080.zyybpm (mgr.14182) 566 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:12.116 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:11 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:58:10.409496+0000 mgr.smithi080.zyybpm (mgr.14182) 565 : 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-08T22:58:12.116 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:11 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:58:10.698380+0000 mgr.smithi080.zyybpm (mgr.14182) 566 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:13.445 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:58:13.446 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:58:13.809 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:58:14.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:58:12.410050+0000 mgr.smithi080.zyybpm (mgr.14182) 567 : 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-08T22:58:14.235 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:58:12.410050+0000 mgr.smithi080.zyybpm (mgr.14182) 567 : 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-08T22:58:14.810 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:58:15.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:14 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:58:13.439442+0000 mgr.smithi080.zyybpm (mgr.14182) 568 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:15.134 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:14 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:58:13.439442+0000 mgr.smithi080.zyybpm (mgr.14182) 568 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:16.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:15 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:58:14.410587+0000 mgr.smithi080.zyybpm (mgr.14182) 569 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:58:16.177 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:58:16.177 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:58:16.198 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:15 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:58:14.410587+0000 mgr.smithi080.zyybpm (mgr.14182) 569 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:58:16.574 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:58:17.575 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:58:17.943 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:17 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:58:16.171558+0000 mgr.smithi080.zyybpm (mgr.14182) 570 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:17.944 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:17 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:58:16.411012+0000 mgr.smithi080.zyybpm (mgr.14182) 571 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:58:18.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:17 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:58:16.171558+0000 mgr.smithi080.zyybpm (mgr.14182) 570 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:18.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:17 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:58:16.411012+0000 mgr.smithi080.zyybpm (mgr.14182) 571 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:58:18.983 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:58:18.983 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:58:19.373 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:58:19.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:19 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:58:18.411510+0000 mgr.smithi080.zyybpm (mgr.14182) 572 : 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-08T22:58:19.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:19 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:58:18.411510+0000 mgr.smithi080.zyybpm (mgr.14182) 572 : 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-08T22:58:20.374 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:58:20.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:20 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:58:18.977328+0000 mgr.smithi080.zyybpm (mgr.14182) 573 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:20.708 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:58:18.977328+0000 mgr.smithi080.zyybpm (mgr.14182) 573 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:21.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:21 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:58:20.411989+0000 mgr.smithi080.zyybpm (mgr.14182) 574 : 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-08T22:58:21.794 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:58:21.794 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:58:21.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:21 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:58:20.411989+0000 mgr.smithi080.zyybpm (mgr.14182) 574 : 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-08T22:58:22.156 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:58:23.157 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:58:23.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:23 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:58:21.788415+0000 mgr.smithi080.zyybpm (mgr.14182) 575 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:23.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:23 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:58:22.412399+0000 mgr.smithi080.zyybpm (mgr.14182) 576 : 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-08T22:58:23.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:23 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:58:21.788415+0000 mgr.smithi080.zyybpm (mgr.14182) 575 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:23.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:23 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:58:22.412399+0000 mgr.smithi080.zyybpm (mgr.14182) 576 : 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-08T22:58:24.532 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:58:24.532 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:58:24.923 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:58:25.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:25 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:58:24.412901+0000 mgr.smithi080.zyybpm (mgr.14182) 577 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:58:25.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:25 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:58:24.526198+0000 mgr.smithi080.zyybpm (mgr.14182) 578 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:25.924 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:58:25.954 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:58:24.412901+0000 mgr.smithi080.zyybpm (mgr.14182) 577 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:58:25.954 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:58:24.526198+0000 mgr.smithi080.zyybpm (mgr.14182) 578 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:27.264 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:58:27.264 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:58:27.570 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:27 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:58:26.413302+0000 mgr.smithi080.zyybpm (mgr.14182) 579 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:58:27.654 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:58:27.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:27 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:58:26.413302+0000 mgr.smithi080.zyybpm (mgr.14182) 579 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:58:28.656 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:58:28.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:28 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:58:27.258741+0000 mgr.smithi080.zyybpm (mgr.14182) 580 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:28.982 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:28 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:58:27.258741+0000 mgr.smithi080.zyybpm (mgr.14182) 580 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:29.683 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:29 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:58:28.414121+0000 mgr.smithi080.zyybpm (mgr.14182) 581 : 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-08T22:58:29.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:29 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:58:28.414121+0000 mgr.smithi080.zyybpm (mgr.14182) 581 : 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-08T22:58:30.029 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:58:30.030 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:58:30.423 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:58:31.424 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:58:31.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:31 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:58:30.023200+0000 mgr.smithi080.zyybpm (mgr.14182) 582 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:31.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:31 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:58:30.414574+0000 mgr.smithi080.zyybpm (mgr.14182) 583 : 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-08T22:58:31.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:31 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:58:30.023200+0000 mgr.smithi080.zyybpm (mgr.14182) 582 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:31.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:31 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:58:30.414574+0000 mgr.smithi080.zyybpm (mgr.14182) 583 : 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-08T22:58:32.852 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:58:32.853 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:58:33.237 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:58:33.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:33 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:58:32.415011+0000 mgr.smithi080.zyybpm (mgr.14182) 584 : 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-08T22:58:33.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:33 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:58:32.415011+0000 mgr.smithi080.zyybpm (mgr.14182) 584 : 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-08T22:58:34.238 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:58:34.571 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:34 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:58:32.846564+0000 mgr.smithi080.zyybpm (mgr.14182) 585 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:34.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:34 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:58:32.846564+0000 mgr.smithi080.zyybpm (mgr.14182) 585 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:35.592 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:58:35.592 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:58:35.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:58:34.415544+0000 mgr.smithi080.zyybpm (mgr.14182) 586 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:58:35.910 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:58:34.415544+0000 mgr.smithi080.zyybpm (mgr.14182) 586 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:58:35.980 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:58:36.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:58:35.585423+0000 mgr.smithi080.zyybpm (mgr.14182) 587 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:36.981 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:58:36.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:58:35.585423+0000 mgr.smithi080.zyybpm (mgr.14182) 587 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:37.698 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:58:36.415899+0000 mgr.smithi080.zyybpm (mgr.14182) 588 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:58:37.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:58:36.415899+0000 mgr.smithi080.zyybpm (mgr.14182) 588 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:58:38.361 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:58:38.361 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:58:38.753 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:58:39.754 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:58:39.785 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:39 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:58:38.354814+0000 mgr.smithi080.zyybpm (mgr.14182) 589 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:39.786 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:39 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:58:38.416397+0000 mgr.smithi080.zyybpm (mgr.14182) 590 : 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-08T22:58:39.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:39 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:58:38.354814+0000 mgr.smithi080.zyybpm (mgr.14182) 589 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:39.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:39 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:58:38.416397+0000 mgr.smithi080.zyybpm (mgr.14182) 590 : 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-08T22:58:41.134 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:58:41.134 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:58:41.518 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:58:41.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:58:40.416909+0000 mgr.smithi080.zyybpm (mgr.14182) 591 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:58:41.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:58:40.416909+0000 mgr.smithi080.zyybpm (mgr.14182) 591 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:58:42.519 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:58:42.828 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:42 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:58:41.124399+0000 mgr.smithi080.zyybpm (mgr.14182) 592 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:42.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:42 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:58:41.124399+0000 mgr.smithi080.zyybpm (mgr.14182) 592 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:43.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:58:42.417334+0000 mgr.smithi080.zyybpm (mgr.14182) 593 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:58:43.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:58:42.417334+0000 mgr.smithi080.zyybpm (mgr.14182) 593 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:58:43.845 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:58:43.845 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:58:44.227 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:58:45.228 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:58:45.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:45 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:58:43.839354+0000 mgr.smithi080.zyybpm (mgr.14182) 594 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:45.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:45 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:58:44.417827+0000 mgr.smithi080.zyybpm (mgr.14182) 595 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:58:45.871 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:45 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:58:43.839354+0000 mgr.smithi080.zyybpm (mgr.14182) 594 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:45.872 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:45 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:58:44.417827+0000 mgr.smithi080.zyybpm (mgr.14182) 595 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:58:46.570 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:58:46.570 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:58:46.934 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:58:47.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:47 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:58:46.418213+0000 mgr.smithi080.zyybpm (mgr.14182) 596 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:58:47.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:47 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:58:46.564165+0000 mgr.smithi080.zyybpm (mgr.14182) 597 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:47.935 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:58:47.966 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:47 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:58:46.418213+0000 mgr.smithi080.zyybpm (mgr.14182) 596 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:58:47.966 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:47 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:58:46.564165+0000 mgr.smithi080.zyybpm (mgr.14182) 597 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:49.254 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:58:49.254 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:58:49.641 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:58:49.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:49 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:58:48.418726+0000 mgr.smithi080.zyybpm (mgr.14182) 598 : 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-08T22:58:49.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:49 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:58:48.418726+0000 mgr.smithi080.zyybpm (mgr.14182) 598 : 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-08T22:58:50.642 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:58:50.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:50 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:58:49.248166+0000 mgr.smithi080.zyybpm (mgr.14182) 599 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:50.968 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:50 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:58:49.248166+0000 mgr.smithi080.zyybpm (mgr.14182) 599 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:51.667 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:51 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:58:50.419539+0000 mgr.smithi080.zyybpm (mgr.14182) 600 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:58:51.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:51 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:58:50.419539+0000 mgr.smithi080.zyybpm (mgr.14182) 600 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:58:52.007 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:58:52.007 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:58:52.383 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:58:53.384 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:58:53.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:53 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:58:52.001459+0000 mgr.smithi080.zyybpm (mgr.14182) 601 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:53.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:53 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:58:52.420202+0000 mgr.smithi080.zyybpm (mgr.14182) 602 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:58:53.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:53 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:58:52.001459+0000 mgr.smithi080.zyybpm (mgr.14182) 601 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:53.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:53 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:58:52.420202+0000 mgr.smithi080.zyybpm (mgr.14182) 602 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:58:54.733 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:58:54.733 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:58:55.108 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:58:55.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:55 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:58:54.420690+0000 mgr.smithi080.zyybpm (mgr.14182) 603 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:58:55.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:55 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:58:54.727051+0000 mgr.smithi080.zyybpm (mgr.14182) 604 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:55.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:55 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:58:54.420690+0000 mgr.smithi080.zyybpm (mgr.14182) 603 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:58:55.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:55 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:58:54.727051+0000 mgr.smithi080.zyybpm (mgr.14182) 604 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:56.109 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:58:57.502 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:58:57.502 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:58:57.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:57 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:58:56.421047+0000 mgr.smithi080.zyybpm (mgr.14182) 605 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:58:57.855 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:57 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:58:56.421047+0000 mgr.smithi080.zyybpm (mgr.14182) 605 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:58:57.882 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:58:58.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:58 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:58:57.496321+0000 mgr.smithi080.zyybpm (mgr.14182) 606 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:58.883 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:58:58.917 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:58 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:58:57.496321+0000 mgr.smithi080.zyybpm (mgr.14182) 606 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:58:59.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:58:59 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:58:58.421605+0000 mgr.smithi080.zyybpm (mgr.14182) 607 : 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-08T22:58:59.919 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:58:59 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:58:58.421605+0000 mgr.smithi080.zyybpm (mgr.14182) 607 : 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-08T22:59:00.263 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:59:00.263 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:59:00.622 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:59:01.623 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:59:01.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:01 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:59:00.257473+0000 mgr.smithi080.zyybpm (mgr.14182) 608 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:01.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:01 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:59:00.422133+0000 mgr.smithi080.zyybpm (mgr.14182) 609 : 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-08T22:59:01.950 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:01 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:59:00.257473+0000 mgr.smithi080.zyybpm (mgr.14182) 608 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:01.951 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:01 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:59:00.422133+0000 mgr.smithi080.zyybpm (mgr.14182) 609 : 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-08T22:59:02.934 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:59:02.934 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:59:03.347 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:59:03.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:03 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:59:02.422584+0000 mgr.smithi080.zyybpm (mgr.14182) 610 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:59:03.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:03 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:59:02.422584+0000 mgr.smithi080.zyybpm (mgr.14182) 610 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:59:04.348 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:59:04.698 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:04 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:59:02.927925+0000 mgr.smithi080.zyybpm (mgr.14182) 611 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:04.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:04 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:59:02.927925+0000 mgr.smithi080.zyybpm (mgr.14182) 611 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:05.707 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:59:05.707 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:59:05.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:05 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:59:04.423134+0000 mgr.smithi080.zyybpm (mgr.14182) 612 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:59:05.859 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:05 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:59:04.423134+0000 mgr.smithi080.zyybpm (mgr.14182) 612 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:59:06.088 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:59:06.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:06 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:59:05.701406+0000 mgr.smithi080.zyybpm (mgr.14182) 613 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:06.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:59:05.701406+0000 mgr.smithi080.zyybpm (mgr.14182) 613 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:07.090 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:59:07.738 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:59:06.423562+0000 mgr.smithi080.zyybpm (mgr.14182) 614 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:59:07.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:07 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:59:06.423562+0000 mgr.smithi080.zyybpm (mgr.14182) 614 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:59:08.503 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:59:08.503 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:59:08.871 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:59:09.873 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:59:09.907 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:59:08.424057+0000 mgr.smithi080.zyybpm (mgr.14182) 615 : 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-08T22:59:09.908 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:59:08.497024+0000 mgr.smithi080.zyybpm (mgr.14182) 616 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:10.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:59:08.424057+0000 mgr.smithi080.zyybpm (mgr.14182) 615 : 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-08T22:59:10.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:59:08.497024+0000 mgr.smithi080.zyybpm (mgr.14182) 616 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:11.188 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:59:11.188 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:59:11.604 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:59:11.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:11 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:59:10.424615+0000 mgr.smithi080.zyybpm (mgr.14182) 617 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:59:12.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:11 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:59:10.424615+0000 mgr.smithi080.zyybpm (mgr.14182) 617 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:59:12.605 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:59:12.930 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:59:11.182232+0000 mgr.smithi080.zyybpm (mgr.14182) 618 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:13.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:59:11.182232+0000 mgr.smithi080.zyybpm (mgr.14182) 618 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:13.942 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:59:13.942 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:59:13.962 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:59:12.425155+0000 mgr.smithi080.zyybpm (mgr.14182) 619 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:59:14.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:59:12.425155+0000 mgr.smithi080.zyybpm (mgr.14182) 619 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:59:14.318 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:59:15.319 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:59:15.981 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:15 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:59:13.936156+0000 mgr.smithi080.zyybpm (mgr.14182) 620 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:15.982 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:15 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:59:14.425649+0000 mgr.smithi080.zyybpm (mgr.14182) 621 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:59:16.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:15 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:59:13.936156+0000 mgr.smithi080.zyybpm (mgr.14182) 620 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:16.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:15 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:59:14.425649+0000 mgr.smithi080.zyybpm (mgr.14182) 621 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:59:16.651 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:59:16.652 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:59:17.052 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:59:17.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:17 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:59:16.425992+0000 mgr.smithi080.zyybpm (mgr.14182) 622 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:59:17.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:17 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:59:16.645582+0000 mgr.smithi080.zyybpm (mgr.14182) 623 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:18.054 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:59:18.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:17 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:59:16.425992+0000 mgr.smithi080.zyybpm (mgr.14182) 622 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:59:18.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:17 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:59:16.645582+0000 mgr.smithi080.zyybpm (mgr.14182) 623 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:19.384 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:59:19.384 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:59:19.709 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:19 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:59:18.426447+0000 mgr.smithi080.zyybpm (mgr.14182) 624 : 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-08T22:59:19.760 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:59:20.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:19 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:59:18.426447+0000 mgr.smithi080.zyybpm (mgr.14182) 624 : 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-08T22:59:20.761 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:59:20.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:59:19.378691+0000 mgr.smithi080.zyybpm (mgr.14182) 625 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:21.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:20 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:59:19.378691+0000 mgr.smithi080.zyybpm (mgr.14182) 625 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:21.721 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:21 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:59:20.426849+0000 mgr.smithi080.zyybpm (mgr.14182) 626 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:59:22.071 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:59:22.071 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:59:22.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:21 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:59:20.426849+0000 mgr.smithi080.zyybpm (mgr.14182) 626 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:59:22.443 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:59:23.444 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:59:23.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:23 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:59:22.065309+0000 mgr.smithi080.zyybpm (mgr.14182) 627 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:23.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:23 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:59:22.427243+0000 mgr.smithi080.zyybpm (mgr.14182) 628 : 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-08T22:59:24.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:23 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:59:22.065309+0000 mgr.smithi080.zyybpm (mgr.14182) 627 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:24.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:23 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:59:22.427243+0000 mgr.smithi080.zyybpm (mgr.14182) 628 : 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-08T22:59:24.825 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:59:24.825 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:59:25.201 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:59:25.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:59:24.427870+0000 mgr.smithi080.zyybpm (mgr.14182) 629 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:59:26.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:25 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:59:24.427870+0000 mgr.smithi080.zyybpm (mgr.14182) 629 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:59:26.201 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:59:26.896 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:59:24.819282+0000 mgr.smithi080.zyybpm (mgr.14182) 630 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:27.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:59:24.819282+0000 mgr.smithi080.zyybpm (mgr.14182) 630 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:27.610 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:59:27.610 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:59:27.923 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:27 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:59:26.428200+0000 mgr.smithi080.zyybpm (mgr.14182) 631 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:59:27.991 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:59:28.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:27 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:59:26.428200+0000 mgr.smithi080.zyybpm (mgr.14182) 631 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:59:28.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:28 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:59:27.602828+0000 mgr.smithi080.zyybpm (mgr.14182) 632 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:28.992 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:59:29.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:28 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:59:27.602828+0000 mgr.smithi080.zyybpm (mgr.14182) 632 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:29.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:29 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:59:28.428701+0000 mgr.smithi080.zyybpm (mgr.14182) 633 : 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-08T22:59:30.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:29 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:59:28.428701+0000 mgr.smithi080.zyybpm (mgr.14182) 633 : 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-08T22:59:30.386 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:59:30.387 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:59:30.766 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:59:31.767 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:59:31.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:31 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:59:30.380961+0000 mgr.smithi080.zyybpm (mgr.14182) 634 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:31.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:31 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:59:30.429204+0000 mgr.smithi080.zyybpm (mgr.14182) 635 : 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-08T22:59:32.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:31 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:59:30.380961+0000 mgr.smithi080.zyybpm (mgr.14182) 634 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:32.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:31 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:59:30.429204+0000 mgr.smithi080.zyybpm (mgr.14182) 635 : 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-08T22:59:33.158 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:59:33.158 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:59:33.574 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:59:33.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:33 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:59:32.429746+0000 mgr.smithi080.zyybpm (mgr.14182) 636 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:59:34.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:33 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:59:32.429746+0000 mgr.smithi080.zyybpm (mgr.14182) 636 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:59:34.576 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:59:34.917 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:34 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:59:33.151759+0000 mgr.smithi080.zyybpm (mgr.14182) 637 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:35.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:34 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:59:33.151759+0000 mgr.smithi080.zyybpm (mgr.14182) 637 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:35.986 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:59:35.986 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:59:35.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:59:34.430446+0000 mgr.smithi080.zyybpm (mgr.14182) 638 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:59:36.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:59:34.430446+0000 mgr.smithi080.zyybpm (mgr.14182) 638 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:59:36.357 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:59:37.357 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:59:37.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:59:35.979072+0000 mgr.smithi080.zyybpm (mgr.14182) 639 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:37.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:59:36.430882+0000 mgr.smithi080.zyybpm (mgr.14182) 640 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:59:38.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:59:35.979072+0000 mgr.smithi080.zyybpm (mgr.14182) 639 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:38.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:59:36.430882+0000 mgr.smithi080.zyybpm (mgr.14182) 640 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:59:38.710 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:59:38.710 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:59:39.089 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:59:39.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:39 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:59:38.431358+0000 mgr.smithi080.zyybpm (mgr.14182) 641 : 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-08T22:59:39.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:39 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:59:38.704284+0000 mgr.smithi080.zyybpm (mgr.14182) 642 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:40.090 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:59:40.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:39 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:59:38.431358+0000 mgr.smithi080.zyybpm (mgr.14182) 641 : 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-08T22:59:40.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:39 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:59:38.704284+0000 mgr.smithi080.zyybpm (mgr.14182) 642 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:41.466 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:59:41.466 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:59:41.820 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:59:40.431779+0000 mgr.smithi080.zyybpm (mgr.14182) 643 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:59:41.846 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:59:42.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:59:40.431779+0000 mgr.smithi080.zyybpm (mgr.14182) 643 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:59:42.848 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:59:42.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:42 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:59:41.460241+0000 mgr.smithi080.zyybpm (mgr.14182) 644 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:43.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:42 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:59:41.460241+0000 mgr.smithi080.zyybpm (mgr.14182) 644 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:43.826 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:59:42.432449+0000 mgr.smithi080.zyybpm (mgr.14182) 645 : 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-08T22:59:44.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:59:42.432449+0000 mgr.smithi080.zyybpm (mgr.14182) 645 : 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-08T22:59:44.170 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:59:44.170 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:59:44.546 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:59:45.547 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:59:45.925 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:45 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:59:44.164139+0000 mgr.smithi080.zyybpm (mgr.14182) 646 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:45.925 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:45 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:59:44.432977+0000 mgr.smithi080.zyybpm (mgr.14182) 647 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:59:46.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:45 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:59:44.164139+0000 mgr.smithi080.zyybpm (mgr.14182) 646 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:46.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:45 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:59:44.432977+0000 mgr.smithi080.zyybpm (mgr.14182) 647 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:59:46.870 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:59:46.870 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:59:47.254 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:59:47.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:47 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:59:46.433348+0000 mgr.smithi080.zyybpm (mgr.14182) 648 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:59:48.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:47 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:59:46.433348+0000 mgr.smithi080.zyybpm (mgr.14182) 648 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:59:48.255 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:59:48.908 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:59:46.863746+0000 mgr.smithi080.zyybpm (mgr.14182) 649 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:49.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:48 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:59:46.863746+0000 mgr.smithi080.zyybpm (mgr.14182) 649 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:49.595 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:59:49.595 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:59:49.910 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:49 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:59:48.433870+0000 mgr.smithi080.zyybpm (mgr.14182) 650 : 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-08T22:59:49.970 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:59:50.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:49 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:59:48.433870+0000 mgr.smithi080.zyybpm (mgr.14182) 650 : 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-08T22:59:50.971 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:59:50.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:50 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:59:49.589158+0000 mgr.smithi080.zyybpm (mgr.14182) 651 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:51.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:50 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:59:49.589158+0000 mgr.smithi080.zyybpm (mgr.14182) 651 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:51.948 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:51 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:59:50.434508+0000 mgr.smithi080.zyybpm (mgr.14182) 652 : 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-08T22:59:52.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:51 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:59:50.434508+0000 mgr.smithi080.zyybpm (mgr.14182) 652 : 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-08T22:59:52.316 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:59:52.316 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:59:52.686 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:59:53.687 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:59:53.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:53 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:59:52.310331+0000 mgr.smithi080.zyybpm (mgr.14182) 653 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:53.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:53 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:59:52.434918+0000 mgr.smithi080.zyybpm (mgr.14182) 654 : 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-08T22:59:54.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:53 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:59:52.310331+0000 mgr.smithi080.zyybpm (mgr.14182) 653 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:54.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:53 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:59:52.434918+0000 mgr.smithi080.zyybpm (mgr.14182) 654 : 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-08T22:59:55.012 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:59:55.013 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:59:55.376 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:59:55.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:55 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:59:54.435411+0000 mgr.smithi080.zyybpm (mgr.14182) 655 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:59:56.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:55 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:59:54.435411+0000 mgr.smithi080.zyybpm (mgr.14182) 655 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T22:59:56.378 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:59:56.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:56 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:59:55.006348+0000 mgr.smithi080.zyybpm (mgr.14182) 656 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:57.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:56 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:59:55.006348+0000 mgr.smithi080.zyybpm (mgr.14182) 656 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:57.803 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T22:59:57.804 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T22:59:57.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:57 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:59:56.435839+0000 mgr.smithi080.zyybpm (mgr.14182) 657 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:59:58.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:57 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:59:56.435839+0000 mgr.smithi080.zyybpm (mgr.14182) 657 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T22:59:58.184 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T22:59:58.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:58 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T22:59:57.797489+0000 mgr.smithi080.zyybpm (mgr.14182) 658 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:59.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:58 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T22:59:57.797489+0000 mgr.smithi080.zyybpm (mgr.14182) 658 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:59:59.185 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:59:59.880 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 22:59:59 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T22:59:58.436430+0000 mgr.smithi080.zyybpm (mgr.14182) 659 : 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-08T23:00:00.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 22:59:59 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T22:59:58.436430+0000 mgr.smithi080.zyybpm (mgr.14182) 659 : 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-08T23:00:00.535 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:00:00.535 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:00:00.866 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:00 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:00:00.000106+0000 mon.smithi080 (mon.0) 668 : cluster [INF] overall HEALTH_OK 2023-12-08T23:00:00.886 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:00:01.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:00 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:00:00.000106+0000 mon.smithi080 (mon.0) 668 : cluster [INF] overall HEALTH_OK 2023-12-08T23:00:01.887 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:00:02.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:01 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:00:00.436939+0000 mgr.smithi080.zyybpm (mgr.14182) 660 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:00:02.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:01 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:00.529681+0000 mgr.smithi080.zyybpm (mgr.14182) 661 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:02.235 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:01 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:00:00.436939+0000 mgr.smithi080.zyybpm (mgr.14182) 660 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:00:02.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:01 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:00.529681+0000 mgr.smithi080.zyybpm (mgr.14182) 661 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:03.234 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:00:03.234 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:00:03.608 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:00:03.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:03 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:00:02.437347+0000 mgr.smithi080.zyybpm (mgr.14182) 662 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:00:04.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:03 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:00:02.437347+0000 mgr.smithi080.zyybpm (mgr.14182) 662 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:00:04.609 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:00:04.943 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:04 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:03.228511+0000 mgr.smithi080.zyybpm (mgr.14182) 663 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:05.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:04 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:03.228511+0000 mgr.smithi080.zyybpm (mgr.14182) 663 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:05.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:05 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:00:04.437834+0000 mgr.smithi080.zyybpm (mgr.14182) 664 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:00:05.993 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:00:05.993 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:00:06.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:05 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:00:04.437834+0000 mgr.smithi080.zyybpm (mgr.14182) 664 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:00:06.378 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:00:07.379 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:00:07.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:05.987643+0000 mgr.smithi080.zyybpm (mgr.14182) 665 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:07.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:00:06.438427+0000 mgr.smithi080.zyybpm (mgr.14182) 666 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:00:08.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:07 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:05.987643+0000 mgr.smithi080.zyybpm (mgr.14182) 665 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:08.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:07 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:00:06.438427+0000 mgr.smithi080.zyybpm (mgr.14182) 666 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:00:08.718 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:00:08.718 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:00:09.126 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:00:10.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:00:08.439043+0000 mgr.smithi080.zyybpm (mgr.14182) 667 : 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-08T23:00:10.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:08.711960+0000 mgr.smithi080.zyybpm (mgr.14182) 668 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:10.128 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:00:10.159 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:00:08.439043+0000 mgr.smithi080.zyybpm (mgr.14182) 667 : 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-08T23:00:10.160 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:08.711960+0000 mgr.smithi080.zyybpm (mgr.14182) 668 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:11.549 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:00:11.549 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:00:11.905 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:11 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:00:10.439443+0000 mgr.smithi080.zyybpm (mgr.14182) 669 : 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-08T23:00:11.925 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:00:12.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:11 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:00:10.439443+0000 mgr.smithi080.zyybpm (mgr.14182) 669 : 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-08T23:00:12.929 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:00:13.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:11.542895+0000 mgr.smithi080.zyybpm (mgr.14182) 670 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:13.235 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:11.542895+0000 mgr.smithi080.zyybpm (mgr.14182) 670 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:13.919 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:00:12.439963+0000 mgr.smithi080.zyybpm (mgr.14182) 671 : 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-08T23:00:14.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:00:12.439963+0000 mgr.smithi080.zyybpm (mgr.14182) 671 : 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-08T23:00:14.286 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:00:14.286 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:00:14.673 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:00:15.674 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:00:15.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:15 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:14.279717+0000 mgr.smithi080.zyybpm (mgr.14182) 672 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:15.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:15 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:00:14.440417+0000 mgr.smithi080.zyybpm (mgr.14182) 673 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:00:16.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:15 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:14.279717+0000 mgr.smithi080.zyybpm (mgr.14182) 672 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:16.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:15 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:00:14.440417+0000 mgr.smithi080.zyybpm (mgr.14182) 673 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:00:17.058 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:00:17.058 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:00:17.431 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:00:18.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:17 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:00:16.440852+0000 mgr.smithi080.zyybpm (mgr.14182) 674 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:00:18.235 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:17 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:00:16.440852+0000 mgr.smithi080.zyybpm (mgr.14182) 674 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:00:18.432 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:00:19.093 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:17.051560+0000 mgr.smithi080.zyybpm (mgr.14182) 675 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:19.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:17.051560+0000 mgr.smithi080.zyybpm (mgr.14182) 675 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:19.772 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:00:19.772 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:00:20.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:19 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:00:18.441366+0000 mgr.smithi080.zyybpm (mgr.14182) 676 : 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-08T23:00:20.129 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:19 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:00:18.441366+0000 mgr.smithi080.zyybpm (mgr.14182) 676 : 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-08T23:00:20.163 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:00:21.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:20 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:19.766071+0000 mgr.smithi080.zyybpm (mgr.14182) 677 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:21.164 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:00:21.196 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:19.766071+0000 mgr.smithi080.zyybpm (mgr.14182) 677 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:22.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:21 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:00:20.441808+0000 mgr.smithi080.zyybpm (mgr.14182) 678 : 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-08T23:00:22.158 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:21 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:00:20.441808+0000 mgr.smithi080.zyybpm (mgr.14182) 678 : 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-08T23:00:22.546 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:00:22.547 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:00:22.947 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:00:23.948 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:00:24.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:23 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:00:22.442223+0000 mgr.smithi080.zyybpm (mgr.14182) 679 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:00:24.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:23 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:22.540685+0000 mgr.smithi080.zyybpm (mgr.14182) 680 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:24.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:23 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:00:22.442223+0000 mgr.smithi080.zyybpm (mgr.14182) 679 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:00:24.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:23 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:22.540685+0000 mgr.smithi080.zyybpm (mgr.14182) 680 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:25.297 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:00:25.297 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:00:25.673 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:00:25.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:00:24.442936+0000 mgr.smithi080.zyybpm (mgr.14182) 681 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:00:26.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:25 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:00:24.442936+0000 mgr.smithi080.zyybpm (mgr.14182) 681 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:00:26.674 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:00:26.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:25.291296+0000 mgr.smithi080.zyybpm (mgr.14182) 682 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:27.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:25.291296+0000 mgr.smithi080.zyybpm (mgr.14182) 682 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:27.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:27 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:00:26.443545+0000 mgr.smithi080.zyybpm (mgr.14182) 683 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:00:28.005 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:00:28.006 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:00:28.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:27 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:00:26.443545+0000 mgr.smithi080.zyybpm (mgr.14182) 683 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:00:28.403 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:00:29.403 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:00:30.048 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:29 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:27.999299+0000 mgr.smithi080.zyybpm (mgr.14182) 684 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:30.049 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:29 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:00:28.444096+0000 mgr.smithi080.zyybpm (mgr.14182) 685 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:00:30.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:29 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:27.999299+0000 mgr.smithi080.zyybpm (mgr.14182) 684 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:30.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:29 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:00:28.444096+0000 mgr.smithi080.zyybpm (mgr.14182) 685 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:00:30.737 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:00:30.737 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:00:31.103 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:00:32.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:31 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:00:30.444494+0000 mgr.smithi080.zyybpm (mgr.14182) 686 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:00:32.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:31 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:30.730897+0000 mgr.smithi080.zyybpm (mgr.14182) 687 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:32.104 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:00:32.135 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:31 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:00:30.444494+0000 mgr.smithi080.zyybpm (mgr.14182) 686 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:00:32.136 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:31 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:30.730897+0000 mgr.smithi080.zyybpm (mgr.14182) 687 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:33.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:32 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:00:32.444918+0000 mgr.smithi080.zyybpm (mgr.14182) 688 : 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-08T23:00:33.097 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:32 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:00:32.444918+0000 mgr.smithi080.zyybpm (mgr.14182) 688 : 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-08T23:00:33.462 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:00:33.462 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:00:33.844 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:00:34.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:34 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:33.455670+0000 mgr.smithi080.zyybpm (mgr.14182) 689 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:34.846 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:00:34.877 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:34 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:33.455670+0000 mgr.smithi080.zyybpm (mgr.14182) 689 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:35.839 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:00:34.445471+0000 mgr.smithi080.zyybpm (mgr.14182) 690 : cluster [DBG] pgmap v417: 97 pgs: 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-08T23:00:35.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:00:34.445471+0000 mgr.smithi080.zyybpm (mgr.14182) 690 : cluster [DBG] pgmap v417: 97 pgs: 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-08T23:00:36.203 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:00:36.203 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:00:36.584 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:00:37.585 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:00:37.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:36.196311+0000 mgr.smithi080.zyybpm (mgr.14182) 691 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:37.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:00:36.445801+0000 mgr.smithi080.zyybpm (mgr.14182) 692 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:00:37.952 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:36.196311+0000 mgr.smithi080.zyybpm (mgr.14182) 691 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:37.953 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:00:36.445801+0000 mgr.smithi080.zyybpm (mgr.14182) 692 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:00:38.974 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:00:38.974 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:37.758736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:53:06.903801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dtppqv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dtppqv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dtppqv\nDeploy daemon haproxy.nfs.foo.smithi150.dtppqv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:51:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:51:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:52:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.341785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.fqsptj on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-fqsptj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.fqsptj\nDeploy daemon haproxy.nfs.foo.smithi080.fqsptj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:53:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:54: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-08T22:54:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T22:55:36.346039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.gmsald on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:37.759340Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:37.758888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:37.758963Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:37.759027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:37.759090Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:00:39.376 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:00:39.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:39 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:00:38.446382+0000 mgr.smithi080.zyybpm (mgr.14182) 693 : 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-08T23:00:39.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:39 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:39.405324+0000 mon.smithi080 (mon.0) 669 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi080.ccfexa"}]: dispatch 2023-12-08T23:00:39.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:39 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:39.410321+0000 mon.smithi080 (mon.0) 670 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T23:00:39.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:39 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:00:38.446382+0000 mgr.smithi080.zyybpm (mgr.14182) 693 : 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-08T23:00:39.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:39 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:39.405324+0000 mon.smithi080 (mon.0) 669 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi080.ccfexa"}]: dispatch 2023-12-08T23:00:39.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:39 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:39.410321+0000 mon.smithi080 (mon.0) 670 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T23:00:40.377 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:00:40.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:38.968494+0000 mgr.smithi080.zyybpm (mgr.14182) 694 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:40.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T23:00:39.404844+0000 mgr.smithi080.zyybpm (mgr.14182) 695 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa 2023-12-08T23:00:40.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa 2023-12-08T23:00:40.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa 2023-12-08T23:00:40.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa 2023-12-08T23:00:40.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Deploy daemon haproxy.nfs.foo.smithi080.ccfexa ... 2023-12-08T23:00:40.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:00:40.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T23:00:40.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T22:58:46Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:00:40.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T22:59:24Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:00:40.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T23:00:01Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:00:40.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-08T23:00:40.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:00:40.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Traceback (most recent call last): 2023-12-08T23:00:40.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T23:00:40.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: yield (conn, connr) 2023-12-08T23:00:40.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T23:00:40.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: code, '\n'.join(err))) 2023-12-08T23:00:40.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa 2023-12-08T23:00:40.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa 2023-12-08T23:00:40.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa 2023-12-08T23:00:40.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa 2023-12-08T23:00:40.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Deploy daemon haproxy.nfs.foo.smithi080.ccfexa ... 2023-12-08T23:00:40.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:00:40.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T23:00:40.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T22:58:46Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:00:40.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T22:59:24Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:00:40.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T23:00:01Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:00:40.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-08T23:00:40.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:00:40.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T23:00:39.405021+0000 mgr.smithi080.zyybpm (mgr.14182) 696 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi080.ccfexa 2023-12-08T23:00:40.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T23:00:39.405879+0000 mgr.smithi080.zyybpm (mgr.14182) 697 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa 2023-12-08T23:00:40.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa 2023-12-08T23:00:40.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa 2023-12-08T23:00:40.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa 2023-12-08T23:00:40.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Deploy daemon haproxy.nfs.foo.smithi080.ccfexa ... 2023-12-08T23:00:40.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:00:40.847 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T23:00:40.847 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T22:58:46Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:00:40.847 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T22:59:24Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:00:40.847 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T23:00:01Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:00:40.847 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-08T23:00:40.847 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:00:40.847 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T23:00:39.407032+0000 mgr.smithi080.zyybpm (mgr.14182) 698 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T23:00:40.847 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T23:00:39.407971+0000 mgr.smithi080.zyybpm (mgr.14182) 699 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T23:00:40.847 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:00:39.408672+0000 mgr.smithi080.zyybpm (mgr.14182) 700 : cluster [DBG] pgmap v420: 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-08T23:00:40.847 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:00:39.516330+0000 mon.smithi080 (mon.0) 671 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T23:00:40.847 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:39.643157+0000 mon.smithi080 (mon.0) 672 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T23:00:40.847 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:39.654854+0000 mon.smithi080 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T23:00:40.953 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:38.968494+0000 mgr.smithi080.zyybpm (mgr.14182) 694 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:40.953 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T23:00:39.404844+0000 mgr.smithi080.zyybpm (mgr.14182) 695 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa 2023-12-08T23:00:40.953 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa 2023-12-08T23:00:40.953 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa 2023-12-08T23:00:40.953 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa 2023-12-08T23:00:40.953 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Deploy daemon haproxy.nfs.foo.smithi080.ccfexa ... 2023-12-08T23:00:40.953 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:00:40.953 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T23:00:40.953 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T22:58:46Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:00:40.953 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T22:59:24Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:00:40.954 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T23:00:01Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:00:40.954 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-08T23:00:40.954 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:00:40.954 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Traceback (most recent call last): 2023-12-08T23:00:40.954 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T23:00:40.954 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: yield (conn, connr) 2023-12-08T23:00:40.954 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T23:00:40.954 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: code, '\n'.join(err))) 2023-12-08T23:00:40.954 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa 2023-12-08T23:00:40.954 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa 2023-12-08T23:00:40.955 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa 2023-12-08T23:00:40.955 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa 2023-12-08T23:00:40.955 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Deploy daemon haproxy.nfs.foo.smithi080.ccfexa ... 2023-12-08T23:00:40.955 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:00:40.955 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T23:00:40.955 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T22:58:46Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:00:40.955 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T22:59:24Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:00:40.955 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T23:00:01Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:00:40.955 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-08T23:00:40.955 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:00:40.955 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T23:00:39.405021+0000 mgr.smithi080.zyybpm (mgr.14182) 696 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi080.ccfexa 2023-12-08T23:00:40.955 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T23:00:39.405879+0000 mgr.smithi080.zyybpm (mgr.14182) 697 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa 2023-12-08T23:00:40.956 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa 2023-12-08T23:00:40.956 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa 2023-12-08T23:00:40.956 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa 2023-12-08T23:00:40.956 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Deploy daemon haproxy.nfs.foo.smithi080.ccfexa ... 2023-12-08T23:00:40.956 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:00:40.956 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T23:00:40.956 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T22:58:46Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:00:40.956 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T22:59:24Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:00:40.956 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T23:00:01Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:00:40.956 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-08T23:00:40.956 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:00:40.957 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T23:00:39.407032+0000 mgr.smithi080.zyybpm (mgr.14182) 698 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T23:00:40.957 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T23:00:39.407971+0000 mgr.smithi080.zyybpm (mgr.14182) 699 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T23:00:40.957 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:00:39.408672+0000 mgr.smithi080.zyybpm (mgr.14182) 700 : cluster [DBG] pgmap v420: 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-08T23:00:40.957 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:00:39.516330+0000 mon.smithi080 (mon.0) 671 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T23:00:40.957 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:39.643157+0000 mon.smithi080 (mon.0) 672 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T23:00:40.957 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:39.654854+0000 mon.smithi080 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T23:00:41.913 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:40.865986+0000 mon.smithi080 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T23:00:41.913 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:41.104800+0000 mon.smithi080 (mon.0) 675 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T23:00:41.913 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:41.143117+0000 mon.smithi080 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T23:00:41.913 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:41.143744+0000 mon.smithi080 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-08T23:00:41.914 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:41.144286+0000 mon.smithi080 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-08T23:00:41.914 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:41.144946+0000 mon.smithi080 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-08T23:00:41.914 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T23:00:41.145423+0000 mgr.smithi080.zyybpm (mgr.14182) 701 : cephadm [INF] Adjusting osd_memory_target on smithi150 to 2968M 2023-12-08T23:00:41.914 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:41.149333+0000 mon.smithi080 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T23:00:41.914 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:00:41.409186+0000 mgr.smithi080.zyybpm (mgr.14182) 702 : cluster [DBG] pgmap v421: 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-08T23:00:41.914 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:41.471799+0000 mon.smithi080 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T23:00:42.217 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:00:42.217 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T22:55:40.075056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T22:55:40.075120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T22:55:40.075199Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T22:55:40.075594Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T22:55:40.074986Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T22:55:40.074818Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T22:55:40.075651Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T22:55:40.075257Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T22:55:40.075370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T22:55:40.075314Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:00:42.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:40.865986+0000 mon.smithi080 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T23:00:42.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:41.104800+0000 mon.smithi080 (mon.0) 675 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T23:00:42.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:41.143117+0000 mon.smithi080 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T23:00:42.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:41.143744+0000 mon.smithi080 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-08T23:00:42.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:41.144286+0000 mon.smithi080 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-08T23:00:42.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:41.144946+0000 mon.smithi080 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-08T23:00:42.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T23:00:41.145423+0000 mgr.smithi080.zyybpm (mgr.14182) 701 : cephadm [INF] Adjusting osd_memory_target on smithi150 to 2968M 2023-12-08T23:00:42.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:41.149333+0000 mon.smithi080 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T23:00:42.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:00:41.409186+0000 mgr.smithi080.zyybpm (mgr.14182) 702 : cluster [DBG] pgmap v421: 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-08T23:00:42.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:41.471799+0000 mon.smithi080 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T23:00:42.692 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:00:43.404 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:42.211936+0000 mgr.smithi080.zyybpm (mgr.14182) 703 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:43.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:42.211936+0000 mgr.smithi080.zyybpm (mgr.14182) 703 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:43.693 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:00:44.671 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:43.339352+0000 mon.smithi080 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T23:00:44.672 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:00:43.409806+0000 mgr.smithi080.zyybpm (mgr.14182) 704 : cluster [DBG] pgmap v422: 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-08T23:00:44.672 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:43.628819+0000 mon.smithi080 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T23:00:44.672 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:43.629468+0000 mon.smithi080 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T23:00:44.672 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:43.630009+0000 mon.smithi080 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-08T23:00:44.672 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:43.630547+0000 mon.smithi080 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-08T23:00:44.672 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T23:00:43.630963+0000 mgr.smithi080.zyybpm (mgr.14182) 705 : cephadm [INF] Adjusting osd_memory_target on smithi080 to 1944M 2023-12-08T23:00:44.672 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:43.634964+0000 mon.smithi080 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T23:00:44.672 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:43.635763+0000 mon.smithi080 (mon.0) 688 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T23:00:44.672 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:43.636309+0000 mon.smithi080 (mon.0) 689 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T23:00:44.672 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:43.640146+0000 mon.smithi080 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T23:00:44.673 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:00:43.640494+0000 mgr.smithi080.zyybpm (mgr.14182) 706 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T23:00:44.673 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:43.643495+0000 mon.smithi080 (mon.0) 691 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T23:00:44.673 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:43.650348+0000 mon.smithi080 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T23:00:44.673 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T23:00:43.652232+0000 mgr.smithi080.zyybpm (mgr.14182) 707 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.dvgwwb on smithi150 2023-12-08T23:00:44.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:43.339352+0000 mon.smithi080 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T23:00:44.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:00:43.409806+0000 mgr.smithi080.zyybpm (mgr.14182) 704 : cluster [DBG] pgmap v422: 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-08T23:00:44.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:43.628819+0000 mon.smithi080 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T23:00:44.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:43.629468+0000 mon.smithi080 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T23:00:44.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:43.630009+0000 mon.smithi080 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-08T23:00:44.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:43.630547+0000 mon.smithi080 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-08T23:00:44.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T23:00:43.630963+0000 mgr.smithi080.zyybpm (mgr.14182) 705 : cephadm [INF] Adjusting osd_memory_target on smithi080 to 1944M 2023-12-08T23:00:44.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:43.634964+0000 mon.smithi080 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T23:00:44.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:43.635763+0000 mon.smithi080 (mon.0) 688 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T23:00:44.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:43.636309+0000 mon.smithi080 (mon.0) 689 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T23:00:44.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:43.640146+0000 mon.smithi080 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T23:00:44.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:00:43.640494+0000 mgr.smithi080.zyybpm (mgr.14182) 706 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T23:00:44.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:43.643495+0000 mon.smithi080 (mon.0) 691 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T23:00:44.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:43.650348+0000 mon.smithi080 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T23:00:44.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T23:00:43.652232+0000 mgr.smithi080.zyybpm (mgr.14182) 707 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.dvgwwb on smithi150 2023-12-08T23:00:45.041 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:00:45.042 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:00:45.441 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:00:45.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:45 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:00:44.337447+0000 mon.smithi080 (mon.0) 693 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T23:00:45.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:45 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:00:44.337474+0000 mon.smithi080 (mon.0) 694 : cluster [INF] Cluster is now healthy 2023-12-08T23:00:45.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:45 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:00:44.337447+0000 mon.smithi080 (mon.0) 693 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T23:00:45.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:45 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:00:44.337474+0000 mon.smithi080 (mon.0) 694 : cluster [INF] Cluster is now healthy 2023-12-08T23:00:46.442 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:00:46.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:46 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:45.035948+0000 mgr.smithi080.zyybpm (mgr.14182) 708 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:46.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:46 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:00:45.640918+0000 mgr.smithi080.zyybpm (mgr.14182) 709 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 B/s rd, 0 op/s 2023-12-08T23:00:46.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:46 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:45.035948+0000 mgr.smithi080.zyybpm (mgr.14182) 708 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:46.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:46 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:00:45.640918+0000 mgr.smithi080.zyybpm (mgr.14182) 709 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 B/s rd, 0 op/s 2023-12-08T23:00:47.792 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:00:47.793 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:00:48.173 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:00:48.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:00:47.641290+0000 mgr.smithi080.zyybpm (mgr.14182) 710 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 B/s rd, 0 op/s 2023-12-08T23:00:48.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:47.786840+0000 mgr.smithi080.zyybpm (mgr.14182) 711 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:49.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:48 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:00:47.641290+0000 mgr.smithi080.zyybpm (mgr.14182) 710 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 B/s rd, 0 op/s 2023-12-08T23:00:49.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:48 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:47.786840+0000 mgr.smithi080.zyybpm (mgr.14182) 711 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:49.175 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:00:50.501 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:00:50.501 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:00:50.814 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:50 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:00:49.641728+0000 mgr.smithi080.zyybpm (mgr.14182) 712 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-08T23:00:50.881 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:00:51.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:50 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:00:49.641728+0000 mgr.smithi080.zyybpm (mgr.14182) 712 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-08T23:00:51.882 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:00:51.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:51 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:50.495154+0000 mgr.smithi080.zyybpm (mgr.14182) 713 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:52.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:51 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:50.495154+0000 mgr.smithi080.zyybpm (mgr.14182) 713 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:52.894 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:00:51.642317+0000 mgr.smithi080.zyybpm (mgr.14182) 714 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-08T23:00:53.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:00:51.642317+0000 mgr.smithi080.zyybpm (mgr.14182) 714 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-08T23:00:53.245 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:00:53.245 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:00:53.665 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:00:54.666 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:00:54.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:54 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:53.239040+0000 mgr.smithi080.zyybpm (mgr.14182) 715 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:54.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:54 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:00:53.642802+0000 mgr.smithi080.zyybpm (mgr.14182) 716 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-08T23:00:54.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:54 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:53.239040+0000 mgr.smithi080.zyybpm (mgr.14182) 715 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:54.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:54 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:00:53.642802+0000 mgr.smithi080.zyybpm (mgr.14182) 716 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-08T23:00:56.051 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:00:56.051 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:00:56.421 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:00:56.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:56 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:00:55.643240+0000 mgr.smithi080.zyybpm (mgr.14182) 717 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:00:56.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:56 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:56.104942+0000 mon.smithi080 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T23:00:57.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:56 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:00:55.643240+0000 mgr.smithi080.zyybpm (mgr.14182) 717 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:00:57.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:56 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:56.104942+0000 mon.smithi080 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T23:00:57.422 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:00:57.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:57 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:56.044699+0000 mgr.smithi080.zyybpm (mgr.14182) 718 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:58.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:57 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:56.044699+0000 mgr.smithi080.zyybpm (mgr.14182) 718 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:00:58.803 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:00:58.803 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:00:58.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:58 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:00:57.643642+0000 mgr.smithi080.zyybpm (mgr.14182) 719 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:00:59.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:58 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:00:57.643642+0000 mgr.smithi080.zyybpm (mgr.14182) 719 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:00:59.212 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:00:59.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:00:59 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:00:58.796361+0000 mgr.smithi080.zyybpm (mgr.14182) 720 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:00.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:00:59 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:00:58.796361+0000 mgr.smithi080.zyybpm (mgr.14182) 720 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:00.213 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:01:00.884 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:00 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:00:59.644097+0000 mgr.smithi080.zyybpm (mgr.14182) 721 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:01:01.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:00 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:00:59.644097+0000 mgr.smithi080.zyybpm (mgr.14182) 721 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:01:01.608 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:01:01.608 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:01:02.005 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:01:02.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:02 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:01:01.600687+0000 mgr.smithi080.zyybpm (mgr.14182) 722 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:02.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:02 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:01:01.644615+0000 mgr.smithi080.zyybpm (mgr.14182) 723 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:01:03.006 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:01:03.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:02 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:01:01.600687+0000 mgr.smithi080.zyybpm (mgr.14182) 722 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:03.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:02 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:01:01.644615+0000 mgr.smithi080.zyybpm (mgr.14182) 723 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:01:04.368 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:01:04.368 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:01:04.677 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:04 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:01:03.645161+0000 mgr.smithi080.zyybpm (mgr.14182) 724 : 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-08T23:01:04.737 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:01:04.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:04 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:01:03.645161+0000 mgr.smithi080.zyybpm (mgr.14182) 724 : 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-08T23:01:05.738 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:01:05.772 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:05 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:01:04.361913+0000 mgr.smithi080.zyybpm (mgr.14182) 725 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:05.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:05 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:01:04.361913+0000 mgr.smithi080.zyybpm (mgr.14182) 725 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:06.732 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:01:05.645654+0000 mgr.smithi080.zyybpm (mgr.14182) 726 : 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-08T23:01:06.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:06 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:01:05.645654+0000 mgr.smithi080.zyybpm (mgr.14182) 726 : 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-08T23:01:07.109 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:01:07.109 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:01:07.521 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:01:08.522 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:01:08.846 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:01:07.103116+0000 mgr.smithi080.zyybpm (mgr.14182) 727 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:08.846 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:01:07.646117+0000 mgr.smithi080.zyybpm (mgr.14182) 728 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:01:09.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:01:07.103116+0000 mgr.smithi080.zyybpm (mgr.14182) 727 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:09.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:01:07.646117+0000 mgr.smithi080.zyybpm (mgr.14182) 728 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:01:09.881 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:01:09.882 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:01:10.252 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:01:10.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:01:09.646672+0000 mgr.smithi080.zyybpm (mgr.14182) 729 : 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-08T23:01:11.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:01:09.646672+0000 mgr.smithi080.zyybpm (mgr.14182) 729 : 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-08T23:01:11.252 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:01:11.945 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:11 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:01:09.875518+0000 mgr.smithi080.zyybpm (mgr.14182) 730 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:12.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:11 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:01:09.875518+0000 mgr.smithi080.zyybpm (mgr.14182) 730 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:12.567 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:01:12.568 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:01:12.892 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:01:11.647293+0000 mgr.smithi080.zyybpm (mgr.14182) 731 : 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-08T23:01:12.943 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:01:13.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:01:11.647293+0000 mgr.smithi080.zyybpm (mgr.14182) 731 : 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-08T23:01:13.944 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:01:13.977 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:01:12.561569+0000 mgr.smithi080.zyybpm (mgr.14182) 732 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:14.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:01:12.561569+0000 mgr.smithi080.zyybpm (mgr.14182) 732 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:14.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:14 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:01:13.647890+0000 mgr.smithi080.zyybpm (mgr.14182) 733 : 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-08T23:01:15.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:14 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:01:13.647890+0000 mgr.smithi080.zyybpm (mgr.14182) 733 : 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-08T23:01:15.347 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:01:15.347 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:01:15.768 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:01:16.769 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:01:16.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:01:15.341639+0000 mgr.smithi080.zyybpm (mgr.14182) 734 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:16.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:01:15.648349+0000 mgr.smithi080.zyybpm (mgr.14182) 735 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:01:17.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:01:15.341639+0000 mgr.smithi080.zyybpm (mgr.14182) 734 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:17.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:01:15.648349+0000 mgr.smithi080.zyybpm (mgr.14182) 735 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:01:18.151 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:01:18.152 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:01:18.526 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:01:18.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:01:17.648989+0000 mgr.smithi080.zyybpm (mgr.14182) 736 : 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-08T23:01:19.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:01:17.648989+0000 mgr.smithi080.zyybpm (mgr.14182) 736 : 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-08T23:01:19.527 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:01:19.861 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:19 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:01:18.145727+0000 mgr.smithi080.zyybpm (mgr.14182) 737 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:20.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:19 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:01:18.145727+0000 mgr.smithi080.zyybpm (mgr.14182) 737 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:20.886 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:01:20.886 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:01:20.906 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:01:19.649442+0000 mgr.smithi080.zyybpm (mgr.14182) 738 : 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-08T23:01:21.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:20 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:01:19.649442+0000 mgr.smithi080.zyybpm (mgr.14182) 738 : 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-08T23:01:21.259 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:01:22.260 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:01:22.878 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:01:20.880308+0000 mgr.smithi080.zyybpm (mgr.14182) 739 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:22.879 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:01:21.649833+0000 mgr.smithi080.zyybpm (mgr.14182) 740 : 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-08T23:01:23.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:22 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:01:20.880308+0000 mgr.smithi080.zyybpm (mgr.14182) 739 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:23.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:22 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:01:21.649833+0000 mgr.smithi080.zyybpm (mgr.14182) 740 : 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-08T23:01:23.520 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:01:23.521 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:01:23.899 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:01:24.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:24 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:01:23.514804+0000 mgr.smithi080.zyybpm (mgr.14182) 741 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:24.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:24 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:01:23.650358+0000 mgr.smithi080.zyybpm (mgr.14182) 742 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:01:24.901 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:01:24.932 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:24 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:01:23.514804+0000 mgr.smithi080.zyybpm (mgr.14182) 741 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:24.933 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:24 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:01:23.650358+0000 mgr.smithi080.zyybpm (mgr.14182) 742 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:01:26.266 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:01:26.266 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:01:26.648 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:01:26.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:01:25.650936+0000 mgr.smithi080.zyybpm (mgr.14182) 743 : 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-08T23:01:27.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:01:25.650936+0000 mgr.smithi080.zyybpm (mgr.14182) 743 : 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-08T23:01:27.650 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:01:27.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:27 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:01:26.260496+0000 mgr.smithi080.zyybpm (mgr.14182) 744 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:28.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:27 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:01:26.260496+0000 mgr.smithi080.zyybpm (mgr.14182) 744 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:28.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:28 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:01:27.651438+0000 mgr.smithi080.zyybpm (mgr.14182) 745 : 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-08T23:01:29.062 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:01:29.062 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:01:29.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:28 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:01:27.651438+0000 mgr.smithi080.zyybpm (mgr.14182) 745 : 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-08T23:01:29.447 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:01:30.449 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:01:30.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:01:29.056107+0000 mgr.smithi080.zyybpm (mgr.14182) 746 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:30.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:01:29.652215+0000 mgr.smithi080.zyybpm (mgr.14182) 747 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:01:31.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:30 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:01:29.056107+0000 mgr.smithi080.zyybpm (mgr.14182) 746 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:31.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:30 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:01:29.652215+0000 mgr.smithi080.zyybpm (mgr.14182) 747 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:01:31.858 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:01:31.859 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:01:32.241 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:01:32.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:32 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:01:31.652632+0000 mgr.smithi080.zyybpm (mgr.14182) 748 : 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-08T23:01:33.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:32 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:01:31.652632+0000 mgr.smithi080.zyybpm (mgr.14182) 748 : 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-08T23:01:33.243 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:01:33.892 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:33 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:01:31.852447+0000 mgr.smithi080.zyybpm (mgr.14182) 749 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:34.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:33 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:01:31.852447+0000 mgr.smithi080.zyybpm (mgr.14182) 749 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:34.599 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:01:34.599 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:01:34.928 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:34 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:01:33.653308+0000 mgr.smithi080.zyybpm (mgr.14182) 750 : 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-08T23:01:34.988 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:01:35.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:34 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:01:33.653308+0000 mgr.smithi080.zyybpm (mgr.14182) 750 : 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-08T23:01:35.989 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:01:36.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:01:34.592991+0000 mgr.smithi080.zyybpm (mgr.14182) 751 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:36.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:01:34.592991+0000 mgr.smithi080.zyybpm (mgr.14182) 751 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:37.091 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:01:35.654062+0000 mgr.smithi080.zyybpm (mgr.14182) 752 : 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-08T23:01:37.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:01:35.654062+0000 mgr.smithi080.zyybpm (mgr.14182) 752 : 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-08T23:01:37.447 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:01:37.448 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:01:37.822 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:01:38.823 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:01:39.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:38 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:01:37.441444+0000 mgr.smithi080.zyybpm (mgr.14182) 753 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:39.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:38 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:01:37.654500+0000 mgr.smithi080.zyybpm (mgr.14182) 754 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:01:39.155 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:38 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:01:37.441444+0000 mgr.smithi080.zyybpm (mgr.14182) 753 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:39.156 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:38 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:01:37.654500+0000 mgr.smithi080.zyybpm (mgr.14182) 754 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:01:40.199 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:01:40.199 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:01:40.604 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:01:40.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:01:39.655098+0000 mgr.smithi080.zyybpm (mgr.14182) 755 : 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-08T23:01:41.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:01:39.655098+0000 mgr.smithi080.zyybpm (mgr.14182) 755 : 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-08T23:01:41.605 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:01:41.939 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:01:40.193503+0000 mgr.smithi080.zyybpm (mgr.14182) 756 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:42.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:01:40.193503+0000 mgr.smithi080.zyybpm (mgr.14182) 756 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:42.974 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:01:42.974 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:01:42.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:42 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:01:41.655524+0000 mgr.smithi080.zyybpm (mgr.14182) 757 : 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-08T23:01:43.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:42 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:01:41.655524+0000 mgr.smithi080.zyybpm (mgr.14182) 757 : 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-08T23:01:43.353 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:01:44.354 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:01:44.679 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:01:42.968401+0000 mgr.smithi080.zyybpm (mgr.14182) 758 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:44.679 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:01:43.656181+0000 mgr.smithi080.zyybpm (mgr.14182) 759 : 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-08T23:01:44.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:01:42.968401+0000 mgr.smithi080.zyybpm (mgr.14182) 758 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:44.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:01:43.656181+0000 mgr.smithi080.zyybpm (mgr.14182) 759 : 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-08T23:01:45.672 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:01:45.672 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:01:46.053 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:01:46.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:46 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:01:45.656602+0000 mgr.smithi080.zyybpm (mgr.14182) 760 : 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-08T23:01:46.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:46 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:01:45.666413+0000 mgr.smithi080.zyybpm (mgr.14182) 761 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:47.053 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:01:47.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:46 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:01:45.656602+0000 mgr.smithi080.zyybpm (mgr.14182) 760 : 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-08T23:01:47.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:46 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:01:45.666413+0000 mgr.smithi080.zyybpm (mgr.14182) 761 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:48.444 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:01:48.444 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:01:48.862 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:01:48.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:01:47.657061+0000 mgr.smithi080.zyybpm (mgr.14182) 762 : 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-08T23:01:49.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:48 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:01:47.657061+0000 mgr.smithi080.zyybpm (mgr.14182) 762 : 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-08T23:01:49.863 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:01:49.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:49 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:01:48.438419+0000 mgr.smithi080.zyybpm (mgr.14182) 763 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:50.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:49 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:01:48.438419+0000 mgr.smithi080.zyybpm (mgr.14182) 763 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:50.913 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:50 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:01:49.657764+0000 mgr.smithi080.zyybpm (mgr.14182) 764 : 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-08T23:01:51.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:50 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:01:49.657764+0000 mgr.smithi080.zyybpm (mgr.14182) 764 : 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-08T23:01:51.266 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:01:51.267 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:01:51.661 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:01:52.662 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:01:52.979 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:01:51.261012+0000 mgr.smithi080.zyybpm (mgr.14182) 765 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:52.979 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:01:51.658177+0000 mgr.smithi080.zyybpm (mgr.14182) 766 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:01:53.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:01:51.261012+0000 mgr.smithi080.zyybpm (mgr.14182) 765 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:53.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:01:51.658177+0000 mgr.smithi080.zyybpm (mgr.14182) 766 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:01:53.997 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:01:53.997 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:01:54.376 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:01:54.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:54 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:01:53.658745+0000 mgr.smithi080.zyybpm (mgr.14182) 767 : 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-08T23:01:54.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:54 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:01:53.658745+0000 mgr.smithi080.zyybpm (mgr.14182) 767 : 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-08T23:01:55.377 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:01:55.718 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:55 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:01:53.991061+0000 mgr.smithi080.zyybpm (mgr.14182) 768 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:55.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:55 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:01:53.991061+0000 mgr.smithi080.zyybpm (mgr.14182) 768 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:56.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:56 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:01:55.659438+0000 mgr.smithi080.zyybpm (mgr.14182) 769 : 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-08T23:01:56.792 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:01:56.793 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:01:56.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:56 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:01:55.659438+0000 mgr.smithi080.zyybpm (mgr.14182) 769 : 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-08T23:01:57.200 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:01:57.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:57 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:01:56.786895+0000 mgr.smithi080.zyybpm (mgr.14182) 770 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:57.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:57 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:01:56.786895+0000 mgr.smithi080.zyybpm (mgr.14182) 770 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:01:58.201 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:01:58.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:01:58 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:01:57.660109+0000 mgr.smithi080.zyybpm (mgr.14182) 771 : 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-08T23:01:58.895 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:01:58 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:01:57.660109+0000 mgr.smithi080.zyybpm (mgr.14182) 771 : 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-08T23:01:59.643 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:01:59.643 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:02:00.016 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:02:00.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:00 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:01:59.636908+0000 mgr.smithi080.zyybpm (mgr.14182) 772 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:00.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:00 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:01:59.660669+0000 mgr.smithi080.zyybpm (mgr.14182) 773 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:02:01.017 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:02:01.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:00 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:01:59.636908+0000 mgr.smithi080.zyybpm (mgr.14182) 772 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:01.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:00 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:01:59.660669+0000 mgr.smithi080.zyybpm (mgr.14182) 773 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:02:02.377 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:02:02.377 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:02:02.765 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:02:02.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:02 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:02:01.661191+0000 mgr.smithi080.zyybpm (mgr.14182) 774 : 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-08T23:02:03.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:02 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:02:01.661191+0000 mgr.smithi080.zyybpm (mgr.14182) 774 : 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-08T23:02:03.766 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:02:03.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:03 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:02:02.370255+0000 mgr.smithi080.zyybpm (mgr.14182) 775 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:04.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:03 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:02:02.370255+0000 mgr.smithi080.zyybpm (mgr.14182) 775 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:04.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:04 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:02:03.661918+0000 mgr.smithi080.zyybpm (mgr.14182) 776 : 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-08T23:02:05.074 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:02:05.074 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:02:05.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:04 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:02:03.661918+0000 mgr.smithi080.zyybpm (mgr.14182) 776 : 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-08T23:02:05.457 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:02:06.458 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:02:06.782 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:02:05.068496+0000 mgr.smithi080.zyybpm (mgr.14182) 777 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:06.783 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:02:05.662276+0000 mgr.smithi080.zyybpm (mgr.14182) 778 : 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-08T23:02:07.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:06 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:02:05.068496+0000 mgr.smithi080.zyybpm (mgr.14182) 777 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:07.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:06 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:02:05.662276+0000 mgr.smithi080.zyybpm (mgr.14182) 778 : 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-08T23:02:07.816 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:02:07.816 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:02:08.198 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:02:08.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:02:07.662718+0000 mgr.smithi080.zyybpm (mgr.14182) 779 : 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-08T23:02:08.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:02:07.810218+0000 mgr.smithi080.zyybpm (mgr.14182) 780 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:09.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:02:07.662718+0000 mgr.smithi080.zyybpm (mgr.14182) 779 : 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-08T23:02:09.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:02:07.810218+0000 mgr.smithi080.zyybpm (mgr.14182) 780 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:09.200 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:02:10.573 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:02:10.574 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:02:10.929 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:02:09.663396+0000 mgr.smithi080.zyybpm (mgr.14182) 781 : 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-08T23:02:10.972 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:02:11.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:02:09.663396+0000 mgr.smithi080.zyybpm (mgr.14182) 781 : 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-08T23:02:11.972 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:02:12.005 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:11 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:02:10.567727+0000 mgr.smithi080.zyybpm (mgr.14182) 782 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:12.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:11 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:02:10.567727+0000 mgr.smithi080.zyybpm (mgr.14182) 782 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:12.976 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:02:11.663994+0000 mgr.smithi080.zyybpm (mgr.14182) 783 : 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-08T23:02:13.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:02:11.663994+0000 mgr.smithi080.zyybpm (mgr.14182) 783 : 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-08T23:02:13.323 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:02:13.324 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:02:13.705 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:02:14.705 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:02:14.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:14 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:02:13.317523+0000 mgr.smithi080.zyybpm (mgr.14182) 784 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:14.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:14 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:02:13.664494+0000 mgr.smithi080.zyybpm (mgr.14182) 785 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:02:14.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:14 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:02:13.317523+0000 mgr.smithi080.zyybpm (mgr.14182) 784 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:14.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:14 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:02:13.664494+0000 mgr.smithi080.zyybpm (mgr.14182) 785 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:02:16.041 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:02:16.041 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:02:16.431 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:02:16.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:02:15.665010+0000 mgr.smithi080.zyybpm (mgr.14182) 786 : 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-08T23:02:17.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:02:15.665010+0000 mgr.smithi080.zyybpm (mgr.14182) 786 : 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-08T23:02:17.432 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:02:17.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:17 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:02:16.034902+0000 mgr.smithi080.zyybpm (mgr.14182) 787 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:18.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:17 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:02:16.034902+0000 mgr.smithi080.zyybpm (mgr.14182) 787 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:18.853 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:02:18.854 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:02:18.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:02:17.665474+0000 mgr.smithi080.zyybpm (mgr.14182) 788 : 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-08T23:02:19.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:02:17.665474+0000 mgr.smithi080.zyybpm (mgr.14182) 788 : 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-08T23:02:19.230 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:02:20.232 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:02:20.940 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:02:18.847640+0000 mgr.smithi080.zyybpm (mgr.14182) 789 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:20.941 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:02:19.666018+0000 mgr.smithi080.zyybpm (mgr.14182) 790 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:02:21.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:20 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:02:18.847640+0000 mgr.smithi080.zyybpm (mgr.14182) 789 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:21.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:20 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:02:19.666018+0000 mgr.smithi080.zyybpm (mgr.14182) 790 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:02:21.588 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:02:21.589 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:02:21.961 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:02:22.962 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:02:22.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:02:21.582460+0000 mgr.smithi080.zyybpm (mgr.14182) 791 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:22.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:02:21.666349+0000 mgr.smithi080.zyybpm (mgr.14182) 792 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:02:23.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:22 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:02:21.582460+0000 mgr.smithi080.zyybpm (mgr.14182) 791 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:23.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:22 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:02:21.666349+0000 mgr.smithi080.zyybpm (mgr.14182) 792 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:02:24.379 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:02:24.379 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:02:24.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:24 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:02:23.667009+0000 mgr.smithi080.zyybpm (mgr.14182) 793 : 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-08T23:02:24.789 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:02:24.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:24 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:02:23.667009+0000 mgr.smithi080.zyybpm (mgr.14182) 793 : 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-08T23:02:25.790 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:02:25.823 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:02:24.372765+0000 mgr.smithi080.zyybpm (mgr.14182) 794 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:25.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:25 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:02:24.372765+0000 mgr.smithi080.zyybpm (mgr.14182) 794 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:26.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:02:25.667587+0000 mgr.smithi080.zyybpm (mgr.14182) 795 : 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-08T23:02:26.847 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:02:25.667587+0000 mgr.smithi080.zyybpm (mgr.14182) 795 : 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-08T23:02:27.208 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:02:27.208 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:02:27.577 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:02:28.578 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:02:28.895 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:28 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:02:27.202550+0000 mgr.smithi080.zyybpm (mgr.14182) 796 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:28.896 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:28 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:02:27.668213+0000 mgr.smithi080.zyybpm (mgr.14182) 797 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:02:29.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:28 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:02:27.202550+0000 mgr.smithi080.zyybpm (mgr.14182) 796 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:29.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:28 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:02:27.668213+0000 mgr.smithi080.zyybpm (mgr.14182) 797 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:02:29.911 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:02:29.911 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:02:30.342 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:02:30.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:02:29.668698+0000 mgr.smithi080.zyybpm (mgr.14182) 798 : 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-08T23:02:31.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:30 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:02:29.668698+0000 mgr.smithi080.zyybpm (mgr.14182) 798 : 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-08T23:02:31.344 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:02:31.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:31 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:02:29.904992+0000 mgr.smithi080.zyybpm (mgr.14182) 799 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:32.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:31 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:02:29.904992+0000 mgr.smithi080.zyybpm (mgr.14182) 799 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:32.749 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:02:32.749 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:02:32.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:32 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:02:31.669096+0000 mgr.smithi080.zyybpm (mgr.14182) 800 : 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-08T23:02:33.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:32 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:02:31.669096+0000 mgr.smithi080.zyybpm (mgr.14182) 800 : 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-08T23:02:33.185 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:02:34.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:33 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:02:32.742501+0000 mgr.smithi080.zyybpm (mgr.14182) 801 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:34.187 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:02:34.220 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:33 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:02:32.742501+0000 mgr.smithi080.zyybpm (mgr.14182) 801 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:34.937 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:34 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:02:33.669576+0000 mgr.smithi080.zyybpm (mgr.14182) 802 : 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-08T23:02:35.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:34 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:02:33.669576+0000 mgr.smithi080.zyybpm (mgr.14182) 802 : 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-08T23:02:35.606 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:02:35.606 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:02:35.984 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:02:36.985 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:02:37.017 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:02:35.600167+0000 mgr.smithi080.zyybpm (mgr.14182) 803 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:37.017 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:02:35.670043+0000 mgr.smithi080.zyybpm (mgr.14182) 804 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:02:37.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:02:35.600167+0000 mgr.smithi080.zyybpm (mgr.14182) 803 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:37.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:02:35.670043+0000 mgr.smithi080.zyybpm (mgr.14182) 804 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:02:38.405 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:02:38.405 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:02:38.816 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:02:39.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:38 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:02:37.670519+0000 mgr.smithi080.zyybpm (mgr.14182) 805 : 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-08T23:02:39.235 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:38 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:02:37.670519+0000 mgr.smithi080.zyybpm (mgr.14182) 805 : 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-08T23:02:39.817 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:02:40.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:39 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:02:38.399442+0000 mgr.smithi080.zyybpm (mgr.14182) 806 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:40.150 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:39 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:02:38.399442+0000 mgr.smithi080.zyybpm (mgr.14182) 806 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:41.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:02:39.671236+0000 mgr.smithi080.zyybpm (mgr.14182) 807 : 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-08T23:02:41.189 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:02:41.189 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:02:41.215 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:02:39.671236+0000 mgr.smithi080.zyybpm (mgr.14182) 807 : 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-08T23:02:41.576 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:02:42.577 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:02:42.901 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:42 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:02:41.183446+0000 mgr.smithi080.zyybpm (mgr.14182) 808 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:42.901 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:42 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:02:41.671706+0000 mgr.smithi080.zyybpm (mgr.14182) 809 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:02:43.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:42 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:02:41.183446+0000 mgr.smithi080.zyybpm (mgr.14182) 808 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:43.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:42 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:02:41.671706+0000 mgr.smithi080.zyybpm (mgr.14182) 809 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:02:44.055 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:02:44.056 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:02:44.440 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:02:44.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:02:43.672368+0000 mgr.smithi080.zyybpm (mgr.14182) 810 : 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-08T23:02:44.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:02:43.672368+0000 mgr.smithi080.zyybpm (mgr.14182) 810 : 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-08T23:02:45.440 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:02:45.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:45 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:02:44.048948+0000 mgr.smithi080.zyybpm (mgr.14182) 811 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:45.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:45 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:02:44.048948+0000 mgr.smithi080.zyybpm (mgr.14182) 811 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:46.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:46 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:02:45.672932+0000 mgr.smithi080.zyybpm (mgr.14182) 812 : 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-08T23:02:46.829 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:02:46.830 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:02:46.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:46 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:02:45.672932+0000 mgr.smithi080.zyybpm (mgr.14182) 812 : 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-08T23:02:47.241 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:02:47.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:47 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:02:46.823623+0000 mgr.smithi080.zyybpm (mgr.14182) 813 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:47.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:47 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:02:46.823623+0000 mgr.smithi080.zyybpm (mgr.14182) 813 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:48.243 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:02:48.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:48 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:02:47.673472+0000 mgr.smithi080.zyybpm (mgr.14182) 814 : 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-08T23:02:48.950 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:02:47.673472+0000 mgr.smithi080.zyybpm (mgr.14182) 814 : 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-08T23:02:49.609 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:02:49.609 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:02:49.997 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:02:50.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:50 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:02:49.603637+0000 mgr.smithi080.zyybpm (mgr.14182) 815 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:50.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:50 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:02:49.673959+0000 mgr.smithi080.zyybpm (mgr.14182) 816 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:02:50.998 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:02:51.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:50 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:02:49.603637+0000 mgr.smithi080.zyybpm (mgr.14182) 815 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:51.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:50 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:02:49.673959+0000 mgr.smithi080.zyybpm (mgr.14182) 816 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:02:52.338 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:02:52.338 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:02:52.721 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:02:52.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:02:51.674339+0000 mgr.smithi080.zyybpm (mgr.14182) 817 : 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-08T23:02:53.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:02:51.674339+0000 mgr.smithi080.zyybpm (mgr.14182) 817 : 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-08T23:02:53.721 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:02:54.048 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:53 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:02:52.331517+0000 mgr.smithi080.zyybpm (mgr.14182) 818 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:54.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:53 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:02:52.331517+0000 mgr.smithi080.zyybpm (mgr.14182) 818 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:54.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:54 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:02:53.674917+0000 mgr.smithi080.zyybpm (mgr.14182) 819 : 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-08T23:02:55.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:54 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:02:53.674917+0000 mgr.smithi080.zyybpm (mgr.14182) 819 : 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-08T23:02:55.119 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:02:55.120 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:02:55.495 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:02:56.496 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:02:56.830 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:56 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:02:55.113913+0000 mgr.smithi080.zyybpm (mgr.14182) 820 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:56.830 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:56 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:02:55.675494+0000 mgr.smithi080.zyybpm (mgr.14182) 821 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:02:57.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:56 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:02:55.113913+0000 mgr.smithi080.zyybpm (mgr.14182) 820 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:02:57.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:56 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:02:55.675494+0000 mgr.smithi080.zyybpm (mgr.14182) 821 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:02:57.842 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:02:57.842 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:02:58.221 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:02:59.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:58 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:02:57.675910+0000 mgr.smithi080.zyybpm (mgr.14182) 822 : 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-08T23:02:59.222 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:02:59.235 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:58 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:02:57.675910+0000 mgr.smithi080.zyybpm (mgr.14182) 822 : 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-08T23:02:59.890 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:02:59 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:02:57.836398+0000 mgr.smithi080.zyybpm (mgr.14182) 823 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:00.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:02:59 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:02:57.836398+0000 mgr.smithi080.zyybpm (mgr.14182) 823 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:00.579 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:03:00.579 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:03:00.943 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:00 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:02:59.676349+0000 mgr.smithi080.zyybpm (mgr.14182) 824 : 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-08T23:03:01.003 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:03:01.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:00 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:02:59.676349+0000 mgr.smithi080.zyybpm (mgr.14182) 824 : 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-08T23:03:02.005 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:03:02.037 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:01 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:03:00.573558+0000 mgr.smithi080.zyybpm (mgr.14182) 825 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:02.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:01 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:03:00.573558+0000 mgr.smithi080.zyybpm (mgr.14182) 825 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:02.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:02 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:03:01.676706+0000 mgr.smithi080.zyybpm (mgr.14182) 826 : 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-08T23:03:03.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:02 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:03:01.676706+0000 mgr.smithi080.zyybpm (mgr.14182) 826 : 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-08T23:03:03.350 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:03:03.350 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:03:03.719 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:03:04.720 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:03:04.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:04 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:03:03.344448+0000 mgr.smithi080.zyybpm (mgr.14182) 827 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:04.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:04 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:03:03.677401+0000 mgr.smithi080.zyybpm (mgr.14182) 828 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:03:04.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:04 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:03:03.344448+0000 mgr.smithi080.zyybpm (mgr.14182) 827 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:04.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:04 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:03:03.677401+0000 mgr.smithi080.zyybpm (mgr.14182) 828 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:03:06.087 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:03:06.087 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:03:06.503 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:03:06.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:03:05.677839+0000 mgr.smithi080.zyybpm (mgr.14182) 829 : 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-08T23:03:07.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:06 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:03:05.677839+0000 mgr.smithi080.zyybpm (mgr.14182) 829 : 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-08T23:03:07.503 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:03:07.836 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:03:06.081212+0000 mgr.smithi080.zyybpm (mgr.14182) 830 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:08.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:07 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:03:06.081212+0000 mgr.smithi080.zyybpm (mgr.14182) 830 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:08.878 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:03:08.878 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:03:08.902 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:03:07.678306+0000 mgr.smithi080.zyybpm (mgr.14182) 831 : 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-08T23:03:09.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:03:07.678306+0000 mgr.smithi080.zyybpm (mgr.14182) 831 : 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-08T23:03:09.259 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:03:10.260 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:03:10.979 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:03:08.872073+0000 mgr.smithi080.zyybpm (mgr.14182) 832 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:10.979 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:03:09.678896+0000 mgr.smithi080.zyybpm (mgr.14182) 833 : 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-08T23:03:11.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:03:08.872073+0000 mgr.smithi080.zyybpm (mgr.14182) 832 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:11.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:03:09.678896+0000 mgr.smithi080.zyybpm (mgr.14182) 833 : 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-08T23:03:11.733 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:03:11.733 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:55:36.347152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qnzyhk on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:03:12.107 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:03:13.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:03:11.679295+0000 mgr.smithi080.zyybpm (mgr.14182) 834 : 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-08T23:03:13.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:03:11.727703+0000 mgr.smithi080.zyybpm (mgr.14182) 835 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:13.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:03:12.739527+0000 mon.smithi080 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.dvgwwb"}]: dispatch 2023-12-08T23:03:13.109 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:03:13.136 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:03:11.679295+0000 mgr.smithi080.zyybpm (mgr.14182) 834 : 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-08T23:03:13.136 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:03:11.727703+0000 mgr.smithi080.zyybpm (mgr.14182) 835 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:13.136 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:03:12.739527+0000 mon.smithi080 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.dvgwwb"}]: dispatch 2023-12-08T23:03:14.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T23:03:12.739133+0000 mgr.smithi080.zyybpm (mgr.14182) 836 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb 2023-12-08T23:03:14.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb 2023-12-08T23:03:14.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb 2023-12-08T23:03:14.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb 2023-12-08T23:03:14.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Deploy daemon haproxy.nfs.foo.smithi150.dvgwwb ... 2023-12-08T23:03:14.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:03:14.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T23:03:14.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T23:01:20Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:03:14.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T23:01:57Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:03:14.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T23:02:35Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:03:14.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-08T23:03:14.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:03:14.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Traceback (most recent call last): 2023-12-08T23:03:14.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T23:03:14.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: yield (conn, connr) 2023-12-08T23:03:14.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T23:03:14.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: code, '\n'.join(err))) 2023-12-08T23:03:14.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb 2023-12-08T23:03:14.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb 2023-12-08T23:03:14.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb 2023-12-08T23:03:14.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb 2023-12-08T23:03:14.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Deploy daemon haproxy.nfs.foo.smithi150.dvgwwb ... 2023-12-08T23:03:14.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:03:14.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T23:03:14.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T23:01:20Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:03:14.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T23:01:57Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:03:14.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T23:02:35Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:03:14.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-08T23:03:14.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:03:14.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T23:03:12.739287+0000 mgr.smithi080.zyybpm (mgr.14182) 837 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.dvgwwb 2023-12-08T23:03:14.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T23:03:12.740070+0000 mgr.smithi080.zyybpm (mgr.14182) 838 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb 2023-12-08T23:03:14.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb 2023-12-08T23:03:14.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb 2023-12-08T23:03:14.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb 2023-12-08T23:03:14.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Deploy daemon haproxy.nfs.foo.smithi150.dvgwwb ... 2023-12-08T23:03:14.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:03:14.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T23:03:14.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T23:01:20Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:03:14.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T23:01:57Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:03:14.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T23:02:35Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:03:14.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-08T23:03:14.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:03:14.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T23:03:12.741405+0000 mgr.smithi080.zyybpm (mgr.14182) 839 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi080.ivgltl on smithi080 2023-12-08T23:03:14.129 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T23:03:12.739133+0000 mgr.smithi080.zyybpm (mgr.14182) 836 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb 2023-12-08T23:03:14.129 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb 2023-12-08T23:03:14.129 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb 2023-12-08T23:03:14.129 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb 2023-12-08T23:03:14.129 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Deploy daemon haproxy.nfs.foo.smithi150.dvgwwb ... 2023-12-08T23:03:14.129 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:03:14.129 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T23:03:14.130 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T23:01:20Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:03:14.130 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T23:01:57Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:03:14.130 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T23:02:35Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:03:14.130 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-08T23:03:14.130 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:03:14.130 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Traceback (most recent call last): 2023-12-08T23:03:14.130 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T23:03:14.130 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: yield (conn, connr) 2023-12-08T23:03:14.130 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T23:03:14.130 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: code, '\n'.join(err))) 2023-12-08T23:03:14.130 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb 2023-12-08T23:03:14.130 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb 2023-12-08T23:03:14.130 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb 2023-12-08T23:03:14.130 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb 2023-12-08T23:03:14.131 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Deploy daemon haproxy.nfs.foo.smithi150.dvgwwb ... 2023-12-08T23:03:14.131 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:03:14.131 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T23:03:14.131 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T23:01:20Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:03:14.131 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T23:01:57Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:03:14.131 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T23:02:35Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:03:14.131 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-08T23:03:14.131 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:03:14.131 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T23:03:12.739287+0000 mgr.smithi080.zyybpm (mgr.14182) 837 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.dvgwwb 2023-12-08T23:03:14.131 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T23:03:12.740070+0000 mgr.smithi080.zyybpm (mgr.14182) 838 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb 2023-12-08T23:03:14.131 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb 2023-12-08T23:03:14.131 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb 2023-12-08T23:03:14.131 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb 2023-12-08T23:03:14.131 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Deploy daemon haproxy.nfs.foo.smithi150.dvgwwb ... 2023-12-08T23:03:14.132 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:03:14.132 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T23:03:14.132 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T23:01:20Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:03:14.132 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T23:01:57Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:03:14.132 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T23:02:35Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:03:14.132 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-08T23:03:14.132 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:03:14.132 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T23:03:12.741405+0000 mgr.smithi080.zyybpm (mgr.14182) 839 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi080.ivgltl on smithi080 2023-12-08T23:03:14.485 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:03:14.485 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:03:14.831 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:14 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:03:13.679846+0000 mgr.smithi080.zyybpm (mgr.14182) 840 : 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-08T23:03:14.866 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:03:15.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:14 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:03:13.679846+0000 mgr.smithi080.zyybpm (mgr.14182) 840 : 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-08T23:03:15.866 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:03:16.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:15 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:03:14.477716+0000 mgr.smithi080.zyybpm (mgr.14182) 841 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:16.201 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:15 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:03:14.477716+0000 mgr.smithi080.zyybpm (mgr.14182) 841 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:16.862 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:03:15.680273+0000 mgr.smithi080.zyybpm (mgr.14182) 842 : 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-08T23:03:17.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:03:15.680273+0000 mgr.smithi080.zyybpm (mgr.14182) 842 : 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-08T23:03:17.226 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:03:17.226 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:03:17.631 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:03:18.632 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:03:18.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:03:17.220694+0000 mgr.smithi080.zyybpm (mgr.14182) 843 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:18.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:03:17.680943+0000 mgr.smithi080.zyybpm (mgr.14182) 844 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:03:19.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:03:17.220694+0000 mgr.smithi080.zyybpm (mgr.14182) 843 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:19.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:03:17.680943+0000 mgr.smithi080.zyybpm (mgr.14182) 844 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:03:20.065 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:03:20.065 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:03:20.472 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:03:21.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:20 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:03:19.681448+0000 mgr.smithi080.zyybpm (mgr.14182) 845 : 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-08T23:03:21.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:03:19.681448+0000 mgr.smithi080.zyybpm (mgr.14182) 845 : 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-08T23:03:21.473 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:03:22.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:21 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:03:20.059048+0000 mgr.smithi080.zyybpm (mgr.14182) 846 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:22.202 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:21 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:03:20.059048+0000 mgr.smithi080.zyybpm (mgr.14182) 846 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:22.831 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:03:22.831 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:03:23.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:22 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:03:21.681822+0000 mgr.smithi080.zyybpm (mgr.14182) 847 : 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-08T23:03:23.121 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:03:21.681822+0000 mgr.smithi080.zyybpm (mgr.14182) 847 : 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-08T23:03:23.205 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:03:24.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:23 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:03:22.825112+0000 mgr.smithi080.zyybpm (mgr.14182) 848 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:24.206 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:03:24.235 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:23 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:03:22.825112+0000 mgr.smithi080.zyybpm (mgr.14182) 848 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:24.984 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:24 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:03:23.682337+0000 mgr.smithi080.zyybpm (mgr.14182) 849 : 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-08T23:03:25.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:24 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:03:23.682337+0000 mgr.smithi080.zyybpm (mgr.14182) 849 : 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-08T23:03:25.684 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:03:25.684 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:03:26.089 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:03:27.091 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:03:27.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:03:25.678052+0000 mgr.smithi080.zyybpm (mgr.14182) 850 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:27.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:03:25.682718+0000 mgr.smithi080.zyybpm (mgr.14182) 851 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:03:27.130 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:03:25.678052+0000 mgr.smithi080.zyybpm (mgr.14182) 850 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:27.130 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:03:25.682718+0000 mgr.smithi080.zyybpm (mgr.14182) 851 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:03:28.422 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:03:28.423 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:03:28.797 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:03:28.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:28 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:03:27.683155+0000 mgr.smithi080.zyybpm (mgr.14182) 852 : 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-08T23:03:29.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:28 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:03:27.683155+0000 mgr.smithi080.zyybpm (mgr.14182) 852 : 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-08T23:03:29.797 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:03:30.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:29 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:03:28.416386+0000 mgr.smithi080.zyybpm (mgr.14182) 853 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:30.123 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:29 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:03:28.416386+0000 mgr.smithi080.zyybpm (mgr.14182) 853 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:31.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:30 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:03:29.683682+0000 mgr.smithi080.zyybpm (mgr.14182) 854 : 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-08T23:03:31.112 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:03:31.113 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:03:31.133 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:03:29.683682+0000 mgr.smithi080.zyybpm (mgr.14182) 854 : 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-08T23:03:31.504 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:03:32.505 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:03:33.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:32 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:03:31.106841+0000 mgr.smithi080.zyybpm (mgr.14182) 855 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:33.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:32 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:03:31.684037+0000 mgr.smithi080.zyybpm (mgr.14182) 856 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:03:33.167 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:32 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:03:31.106841+0000 mgr.smithi080.zyybpm (mgr.14182) 855 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:33.167 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:32 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:03:31.684037+0000 mgr.smithi080.zyybpm (mgr.14182) 856 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:03:33.897 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:03:33.897 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:03:34.286 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:03:34.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:34 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:03:33.684621+0000 mgr.smithi080.zyybpm (mgr.14182) 857 : 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-08T23:03:34.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:34 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:03:33.684621+0000 mgr.smithi080.zyybpm (mgr.14182) 857 : 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-08T23:03:35.310 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:03:35.647 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:03:33.890986+0000 mgr.smithi080.zyybpm (mgr.14182) 858 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:35.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:03:33.890986+0000 mgr.smithi080.zyybpm (mgr.14182) 858 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:36.686 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:03:36.686 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:03:36.840 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:03:35.685269+0000 mgr.smithi080.zyybpm (mgr.14182) 859 : 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-08T23:03:36.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:03:35.685269+0000 mgr.smithi080.zyybpm (mgr.14182) 859 : 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-08T23:03:37.061 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:03:37.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:03:36.679921+0000 mgr.smithi080.zyybpm (mgr.14182) 860 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:37.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:03:36.679921+0000 mgr.smithi080.zyybpm (mgr.14182) 860 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:38.062 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:03:38.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:38 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:03:37.685848+0000 mgr.smithi080.zyybpm (mgr.14182) 861 : 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-08T23:03:38.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:38 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:03:37.685848+0000 mgr.smithi080.zyybpm (mgr.14182) 861 : 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-08T23:03:39.514 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:03:39.514 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:03:39.918 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:03:40.919 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:03:41.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:03:39.506851+0000 mgr.smithi080.zyybpm (mgr.14182) 862 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:41.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:03:39.686399+0000 mgr.smithi080.zyybpm (mgr.14182) 863 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:03:41.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:03:39.506851+0000 mgr.smithi080.zyybpm (mgr.14182) 862 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:41.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:03:39.686399+0000 mgr.smithi080.zyybpm (mgr.14182) 863 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:03:42.278 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:03:42.278 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:03:42.645 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:03:42.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:42 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:03:41.686951+0000 mgr.smithi080.zyybpm (mgr.14182) 864 : 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-08T23:03:43.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:42 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:03:41.686951+0000 mgr.smithi080.zyybpm (mgr.14182) 864 : 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-08T23:03:43.645 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:03:43.970 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:03:42.271678+0000 mgr.smithi080.zyybpm (mgr.14182) 865 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:44.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:03:42.271678+0000 mgr.smithi080.zyybpm (mgr.14182) 865 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:44.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:03:43.687685+0000 mgr.smithi080.zyybpm (mgr.14182) 866 : 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-08T23:03:45.006 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:03:45.006 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:03:45.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:03:43.687685+0000 mgr.smithi080.zyybpm (mgr.14182) 866 : 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-08T23:03:45.460 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:03:46.460 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:03:47.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:46 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:03:45.000401+0000 mgr.smithi080.zyybpm (mgr.14182) 867 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:47.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:46 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:03:45.688133+0000 mgr.smithi080.zyybpm (mgr.14182) 868 : 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-08T23:03:47.130 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:46 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:03:45.000401+0000 mgr.smithi080.zyybpm (mgr.14182) 867 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:47.130 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:46 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:03:45.688133+0000 mgr.smithi080.zyybpm (mgr.14182) 868 : 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-08T23:03:47.820 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:03:47.821 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:03:48.200 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:03:49.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:48 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:03:47.688508+0000 mgr.smithi080.zyybpm (mgr.14182) 869 : 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-08T23:03:49.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:48 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:03:47.814439+0000 mgr.smithi080.zyybpm (mgr.14182) 870 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:49.201 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:03:49.233 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:03:47.688508+0000 mgr.smithi080.zyybpm (mgr.14182) 869 : 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-08T23:03:49.234 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:03:47.814439+0000 mgr.smithi080.zyybpm (mgr.14182) 870 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:50.544 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:03:50.545 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:03:50.848 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:50 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:03:49.688960+0000 mgr.smithi080.zyybpm (mgr.14182) 871 : 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-08T23:03:50.908 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:03:51.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:50 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:03:49.688960+0000 mgr.smithi080.zyybpm (mgr.14182) 871 : 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-08T23:03:51.908 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:03:52.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:51 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:03:50.538835+0000 mgr.smithi080.zyybpm (mgr.14182) 872 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:52.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:51 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:03:50.538835+0000 mgr.smithi080.zyybpm (mgr.14182) 872 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:52.854 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:03:51.689244+0000 mgr.smithi080.zyybpm (mgr.14182) 873 : 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-08T23:03:53.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:03:51.689244+0000 mgr.smithi080.zyybpm (mgr.14182) 873 : 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-08T23:03:53.198 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:03:53.198 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:03:53.616 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:03:54.617 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:03:54.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:54 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:03:53.192528+0000 mgr.smithi080.zyybpm (mgr.14182) 874 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:54.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:54 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:03:53.689890+0000 mgr.smithi080.zyybpm (mgr.14182) 875 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:03:54.950 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:54 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:03:53.192528+0000 mgr.smithi080.zyybpm (mgr.14182) 874 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:54.950 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:54 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:03:53.689890+0000 mgr.smithi080.zyybpm (mgr.14182) 875 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:03:55.968 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:03:55.968 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:03:56.331 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:03:57.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:56 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:03:55.690247+0000 mgr.smithi080.zyybpm (mgr.14182) 876 : 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-08T23:03:57.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:56 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:03:55.690247+0000 mgr.smithi080.zyybpm (mgr.14182) 876 : 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-08T23:03:57.332 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:03:57.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:57 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:03:55.962390+0000 mgr.smithi080.zyybpm (mgr.14182) 877 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:58.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:57 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:03:55.962390+0000 mgr.smithi080.zyybpm (mgr.14182) 877 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:03:58.672 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:03:58.672 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:03:58.964 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:58 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:03:57.690624+0000 mgr.smithi080.zyybpm (mgr.14182) 878 : 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-08T23:03:59.048 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:03:59.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:58 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:03:57.690624+0000 mgr.smithi080.zyybpm (mgr.14182) 878 : 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-08T23:04:00.049 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:04:00.079 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:03:59 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:03:58.665294+0000 mgr.smithi080.zyybpm (mgr.14182) 879 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:00.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:03:59 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:03:58.665294+0000 mgr.smithi080.zyybpm (mgr.14182) 879 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:00.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:00 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:03:59.691321+0000 mgr.smithi080.zyybpm (mgr.14182) 880 : 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-08T23:04:01.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:00 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:03:59.691321+0000 mgr.smithi080.zyybpm (mgr.14182) 880 : 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-08T23:04:01.410 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:04:01.410 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:04:01.798 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:04:02.798 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:04:03.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:02 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:04:01.403725+0000 mgr.smithi080.zyybpm (mgr.14182) 881 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:03.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:02 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:04:01.691628+0000 mgr.smithi080.zyybpm (mgr.14182) 882 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:04:03.124 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:02 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:04:01.403725+0000 mgr.smithi080.zyybpm (mgr.14182) 881 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:03.124 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:02 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:04:01.691628+0000 mgr.smithi080.zyybpm (mgr.14182) 882 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:04:04.128 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:04:04.129 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:04:04.514 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:04:04.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:04 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:04:03.692164+0000 mgr.smithi080.zyybpm (mgr.14182) 883 : 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-08T23:04:04.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:04 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:04:03.692164+0000 mgr.smithi080.zyybpm (mgr.14182) 883 : 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-08T23:04:05.516 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:04:05.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:05 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:04:04.122645+0000 mgr.smithi080.zyybpm (mgr.14182) 884 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:05.873 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:05 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:04:04.122645+0000 mgr.smithi080.zyybpm (mgr.14182) 884 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:06.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:06 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:04:05.692549+0000 mgr.smithi080.zyybpm (mgr.14182) 885 : 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-08T23:04:06.889 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:04:06.890 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:04:06.923 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:04:05.692549+0000 mgr.smithi080.zyybpm (mgr.14182) 885 : 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-08T23:04:07.263 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:04:08.264 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:04:08.950 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:04:06.883326+0000 mgr.smithi080.zyybpm (mgr.14182) 886 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:08.950 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:04:07.692969+0000 mgr.smithi080.zyybpm (mgr.14182) 887 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:04:09.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:04:06.883326+0000 mgr.smithi080.zyybpm (mgr.14182) 886 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:09.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:04:07.692969+0000 mgr.smithi080.zyybpm (mgr.14182) 887 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:04:09.599 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:04:09.599 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:04:09.979 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:04:10.981 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:04:11.013 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:04:09.593241+0000 mgr.smithi080.zyybpm (mgr.14182) 888 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:11.013 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:04:09.693539+0000 mgr.smithi080.zyybpm (mgr.14182) 889 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:04:11.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:04:09.593241+0000 mgr.smithi080.zyybpm (mgr.14182) 888 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:11.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:04:09.693539+0000 mgr.smithi080.zyybpm (mgr.14182) 889 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:04:12.342 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:04:12.342 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:04:12.757 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:04:12.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:04:11.694039+0000 mgr.smithi080.zyybpm (mgr.14182) 890 : 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-08T23:04:13.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:04:11.694039+0000 mgr.smithi080.zyybpm (mgr.14182) 890 : 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-08T23:04:13.758 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:04:14.087 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:04:12.336247+0000 mgr.smithi080.zyybpm (mgr.14182) 891 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:14.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:04:12.336247+0000 mgr.smithi080.zyybpm (mgr.14182) 891 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:15.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:14 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:04:13.694751+0000 mgr.smithi080.zyybpm (mgr.14182) 892 : 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-08T23:04:15.196 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:04:15.196 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:04:15.216 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:14 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:04:13.694751+0000 mgr.smithi080.zyybpm (mgr.14182) 892 : 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-08T23:04:15.561 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:04:16.563 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:04:16.879 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:04:15.189737+0000 mgr.smithi080.zyybpm (mgr.14182) 893 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:16.879 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:04:15.695153+0000 mgr.smithi080.zyybpm (mgr.14182) 894 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:04:17.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:04:15.189737+0000 mgr.smithi080.zyybpm (mgr.14182) 893 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:17.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:04:15.695153+0000 mgr.smithi080.zyybpm (mgr.14182) 894 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:04:17.879 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:04:17.879 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:04:18.260 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:04:19.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:04:17.695539+0000 mgr.smithi080.zyybpm (mgr.14182) 895 : 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-08T23:04:19.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:04:17.695539+0000 mgr.smithi080.zyybpm (mgr.14182) 895 : 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-08T23:04:19.261 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:04:19.922 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:19 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:04:17.873152+0000 mgr.smithi080.zyybpm (mgr.14182) 896 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:20.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:19 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:04:17.873152+0000 mgr.smithi080.zyybpm (mgr.14182) 896 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:20.604 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:04:20.604 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:04:20.950 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:04:19.696027+0000 mgr.smithi080.zyybpm (mgr.14182) 897 : 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-08T23:04:20.985 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:04:21.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:20 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:04:19.696027+0000 mgr.smithi080.zyybpm (mgr.14182) 897 : 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-08T23:04:21.986 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:04:22.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:21 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:04:20.598018+0000 mgr.smithi080.zyybpm (mgr.14182) 898 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:22.238 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:21 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:04:20.598018+0000 mgr.smithi080.zyybpm (mgr.14182) 898 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:22.905 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:04:21.696428+0000 mgr.smithi080.zyybpm (mgr.14182) 899 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:04:23.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:22 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:04:21.696428+0000 mgr.smithi080.zyybpm (mgr.14182) 899 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:04:23.253 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:04:23.253 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:04:23.632 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:04:24.634 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:04:24.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:24 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:04:23.247182+0000 mgr.smithi080.zyybpm (mgr.14182) 900 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:24.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:24 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:04:23.697055+0000 mgr.smithi080.zyybpm (mgr.14182) 901 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:04:24.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:24 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:04:23.247182+0000 mgr.smithi080.zyybpm (mgr.14182) 900 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:24.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:24 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:04:23.697055+0000 mgr.smithi080.zyybpm (mgr.14182) 901 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:04:26.035 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:04:26.036 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:04:26.409 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:04:27.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:04:25.697431+0000 mgr.smithi080.zyybpm (mgr.14182) 902 : 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-08T23:04:27.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:04:25.697431+0000 mgr.smithi080.zyybpm (mgr.14182) 902 : 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-08T23:04:27.410 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:04:28.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:27 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:04:26.029464+0000 mgr.smithi080.zyybpm (mgr.14182) 903 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:28.121 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:27 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:04:26.029464+0000 mgr.smithi080.zyybpm (mgr.14182) 903 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:28.836 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:04:28.836 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:04:29.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:28 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:04:27.698084+0000 mgr.smithi080.zyybpm (mgr.14182) 904 : 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-08T23:04:29.148 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:28 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:04:27.698084+0000 mgr.smithi080.zyybpm (mgr.14182) 904 : 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-08T23:04:29.208 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:04:30.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:29 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:04:28.830000+0000 mgr.smithi080.zyybpm (mgr.14182) 905 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:30.209 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:04:30.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:29 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:04:28.830000+0000 mgr.smithi080.zyybpm (mgr.14182) 905 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:30.895 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:04:29.698509+0000 mgr.smithi080.zyybpm (mgr.14182) 906 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:04:31.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:30 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:04:29.698509+0000 mgr.smithi080.zyybpm (mgr.14182) 906 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:04:31.601 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:04:31.602 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:04:31.991 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:04:32.992 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:04:33.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:32 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:04:31.595461+0000 mgr.smithi080.zyybpm (mgr.14182) 907 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:33.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:32 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:04:31.698935+0000 mgr.smithi080.zyybpm (mgr.14182) 908 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:04:33.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:32 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:04:31.595461+0000 mgr.smithi080.zyybpm (mgr.14182) 907 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:33.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:32 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:04:31.698935+0000 mgr.smithi080.zyybpm (mgr.14182) 908 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:04:34.353 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:04:34.354 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:04:34.655 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:34 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:04:33.699408+0000 mgr.smithi080.zyybpm (mgr.14182) 909 : 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-08T23:04:34.732 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:04:34.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:34 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:04:33.699408+0000 mgr.smithi080.zyybpm (mgr.14182) 909 : 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-08T23:04:35.733 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:04:35.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:04:34.347601+0000 mgr.smithi080.zyybpm (mgr.14182) 910 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:35.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:04:34.347601+0000 mgr.smithi080.zyybpm (mgr.14182) 910 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:36.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:04:35.699904+0000 mgr.smithi080.zyybpm (mgr.14182) 911 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:04:37.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:04:35.699904+0000 mgr.smithi080.zyybpm (mgr.14182) 911 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:04:37.198 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:04:37.198 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:04:37.574 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:04:38.575 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:04:38.899 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:38 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:04:37.191793+0000 mgr.smithi080.zyybpm (mgr.14182) 912 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:38.900 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:38 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:04:37.700547+0000 mgr.smithi080.zyybpm (mgr.14182) 913 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:04:39.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:38 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:04:37.191793+0000 mgr.smithi080.zyybpm (mgr.14182) 912 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:39.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:38 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:04:37.700547+0000 mgr.smithi080.zyybpm (mgr.14182) 913 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:04:39.907 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:04:39.907 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:04:40.298 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:04:41.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:04:39.701057+0000 mgr.smithi080.zyybpm (mgr.14182) 914 : 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-08T23:04:41.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:04:39.701057+0000 mgr.smithi080.zyybpm (mgr.14182) 914 : 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-08T23:04:41.299 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:04:41.942 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:04:39.901535+0000 mgr.smithi080.zyybpm (mgr.14182) 915 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:42.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:04:39.901535+0000 mgr.smithi080.zyybpm (mgr.14182) 915 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:42.639 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:04:42.639 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:04:42.953 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:42 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:04:41.701543+0000 mgr.smithi080.zyybpm (mgr.14182) 916 : 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-08T23:04:43.021 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:04:43.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:42 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:04:41.701543+0000 mgr.smithi080.zyybpm (mgr.14182) 916 : 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-08T23:04:44.023 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:04:44.056 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:04:42.632527+0000 mgr.smithi080.zyybpm (mgr.14182) 917 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:44.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:04:42.632527+0000 mgr.smithi080.zyybpm (mgr.14182) 917 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:44.975 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:04:43.702382+0000 mgr.smithi080.zyybpm (mgr.14182) 918 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:04:45.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:04:43.702382+0000 mgr.smithi080.zyybpm (mgr.14182) 918 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:04:45.348 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:04:45.349 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:04:45.712 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:04:46.713 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:04:47.038 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:46 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:04:45.342807+0000 mgr.smithi080.zyybpm (mgr.14182) 919 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:47.039 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:46 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:04:45.702809+0000 mgr.smithi080.zyybpm (mgr.14182) 920 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:04:47.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:46 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:04:45.342807+0000 mgr.smithi080.zyybpm (mgr.14182) 919 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:47.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:46 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:04:45.702809+0000 mgr.smithi080.zyybpm (mgr.14182) 920 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:04:48.037 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:04:48.037 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:04:48.421 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:04:49.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:48 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:04:47.703338+0000 mgr.smithi080.zyybpm (mgr.14182) 921 : 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-08T23:04:49.235 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:04:47.703338+0000 mgr.smithi080.zyybpm (mgr.14182) 921 : 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-08T23:04:49.422 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:04:50.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:49 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:04:48.031537+0000 mgr.smithi080.zyybpm (mgr.14182) 922 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:50.116 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:49 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:04:48.031537+0000 mgr.smithi080.zyybpm (mgr.14182) 922 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:50.821 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:04:50.821 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:04:51.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:50 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:04:49.704049+0000 mgr.smithi080.zyybpm (mgr.14182) 923 : 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-08T23:04:51.185 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:50 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:04:49.704049+0000 mgr.smithi080.zyybpm (mgr.14182) 923 : 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-08T23:04:51.228 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:04:52.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:51 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:04:50.815301+0000 mgr.smithi080.zyybpm (mgr.14182) 924 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:52.229 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:04:52.235 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:51 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:04:50.815301+0000 mgr.smithi080.zyybpm (mgr.14182) 924 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:53.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:04:51.704392+0000 mgr.smithi080.zyybpm (mgr.14182) 925 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:04:53.225 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:04:51.704392+0000 mgr.smithi080.zyybpm (mgr.14182) 925 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:04:53.581 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:04:53.581 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:04:53.969 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:04:54.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:54 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:04:53.574493+0000 mgr.smithi080.zyybpm (mgr.14182) 926 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:54.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:54 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:04:53.704864+0000 mgr.smithi080.zyybpm (mgr.14182) 927 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:04:54.970 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:04:54.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:54 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:04:53.574493+0000 mgr.smithi080.zyybpm (mgr.14182) 926 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:54.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:54 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:04:53.704864+0000 mgr.smithi080.zyybpm (mgr.14182) 927 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:04:56.340 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:04:56.341 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:04:56.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:04:56.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:56 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:04:55.705248+0000 mgr.smithi080.zyybpm (mgr.14182) 928 : 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-08T23:04:57.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:56 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:04:55.705248+0000 mgr.smithi080.zyybpm (mgr.14182) 928 : 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-08T23:04:57.737 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:04:58.062 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:57 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:04:56.334521+0000 mgr.smithi080.zyybpm (mgr.14182) 929 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:58.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:57 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:04:56.334521+0000 mgr.smithi080.zyybpm (mgr.14182) 929 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:04:59.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:04:58 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:04:57.705731+0000 mgr.smithi080.zyybpm (mgr.14182) 930 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:04:59.142 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:04:59.142 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:04:59.168 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:04:58 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:04:57.705731+0000 mgr.smithi080.zyybpm (mgr.14182) 930 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:04:59.527 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:05:00.528 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:05:00.862 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:00 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:04:59.136824+0000 mgr.smithi080.zyybpm (mgr.14182) 931 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:00.862 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:00 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:04:59.706195+0000 mgr.smithi080.zyybpm (mgr.14182) 932 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:05:01.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:00 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:04:59.136824+0000 mgr.smithi080.zyybpm (mgr.14182) 931 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:01.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:00 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:04:59.706195+0000 mgr.smithi080.zyybpm (mgr.14182) 932 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:05:01.914 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:05:01.914 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:05:02.284 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:05:03.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:02 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:05:01.706559+0000 mgr.smithi080.zyybpm (mgr.14182) 933 : 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-08T23:05:03.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:02 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:05:01.706559+0000 mgr.smithi080.zyybpm (mgr.14182) 933 : 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-08T23:05:03.285 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:05:03.954 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:03 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:05:01.908032+0000 mgr.smithi080.zyybpm (mgr.14182) 934 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:04.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:03 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:05:01.908032+0000 mgr.smithi080.zyybpm (mgr.14182) 934 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:04.654 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:05:04.654 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:05:04.948 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:04 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:05:03.707223+0000 mgr.smithi080.zyybpm (mgr.14182) 935 : 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-08T23:05:05.058 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:05:05.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:04 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:05:03.707223+0000 mgr.smithi080.zyybpm (mgr.14182) 935 : 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-08T23:05:06.058 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:05:06.092 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:05 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:05:04.647314+0000 mgr.smithi080.zyybpm (mgr.14182) 936 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:06.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:05 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:05:04.647314+0000 mgr.smithi080.zyybpm (mgr.14182) 936 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:06.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:05:05.707729+0000 mgr.smithi080.zyybpm (mgr.14182) 937 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:05:07.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:06 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:05:05.707729+0000 mgr.smithi080.zyybpm (mgr.14182) 937 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:05:07.451 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:05:07.451 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:05:07.859 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:05:08.860 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:05:09.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:05:07.445377+0000 mgr.smithi080.zyybpm (mgr.14182) 938 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:09.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:05:07.708249+0000 mgr.smithi080.zyybpm (mgr.14182) 939 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:05:09.167 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:05:07.445377+0000 mgr.smithi080.zyybpm (mgr.14182) 938 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:09.167 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:05:07.708249+0000 mgr.smithi080.zyybpm (mgr.14182) 939 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:05:10.261 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:05:10.261 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:05:10.641 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:05:10.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:05:09.708758+0000 mgr.smithi080.zyybpm (mgr.14182) 940 : 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-08T23:05:11.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:05:09.708758+0000 mgr.smithi080.zyybpm (mgr.14182) 940 : 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-08T23:05:11.642 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:05:11.983 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:11 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:05:10.254910+0000 mgr.smithi080.zyybpm (mgr.14182) 941 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:12.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:11 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:05:10.254910+0000 mgr.smithi080.zyybpm (mgr.14182) 941 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:12.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:05:11.709162+0000 mgr.smithi080.zyybpm (mgr.14182) 942 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:05:12.998 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:05:12.998 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:05:13.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:05:11.709162+0000 mgr.smithi080.zyybpm (mgr.14182) 942 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:05:13.366 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:05:14.367 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:05:14.701 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:14 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:05:12.992520+0000 mgr.smithi080.zyybpm (mgr.14182) 943 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:14.701 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:14 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:05:13.709680+0000 mgr.smithi080.zyybpm (mgr.14182) 944 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:05:15.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:14 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:05:12.992520+0000 mgr.smithi080.zyybpm (mgr.14182) 943 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:15.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:14 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:05:13.709680+0000 mgr.smithi080.zyybpm (mgr.14182) 944 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:05:15.741 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:05:15.741 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:05:16.123 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:05:17.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:05:15.710093+0000 mgr.smithi080.zyybpm (mgr.14182) 945 : 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-08T23:05:17.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:05:15.735178+0000 mgr.smithi080.zyybpm (mgr.14182) 946 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:17.124 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:05:17.157 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:05:15.710093+0000 mgr.smithi080.zyybpm (mgr.14182) 945 : 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-08T23:05:17.157 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:05:15.735178+0000 mgr.smithi080.zyybpm (mgr.14182) 946 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:18.507 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:05:18.507 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:05:18.812 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:05:17.710469+0000 mgr.smithi080.zyybpm (mgr.14182) 947 : 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-08T23:05:18.898 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:05:19.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:05:17.710469+0000 mgr.smithi080.zyybpm (mgr.14182) 947 : 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-08T23:05:19.899 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:05:20.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:19 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:05:18.501141+0000 mgr.smithi080.zyybpm (mgr.14182) 948 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:20.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:19 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:05:18.501141+0000 mgr.smithi080.zyybpm (mgr.14182) 948 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:20.918 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:05:19.711255+0000 mgr.smithi080.zyybpm (mgr.14182) 949 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:05:21.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:20 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:05:19.711255+0000 mgr.smithi080.zyybpm (mgr.14182) 949 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:05:21.280 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:05:21.280 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:05:21.671 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:05:22.673 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:05:22.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:05:21.274176+0000 mgr.smithi080.zyybpm (mgr.14182) 950 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:22.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:05:21.711603+0000 mgr.smithi080.zyybpm (mgr.14182) 951 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:05:23.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:22 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:05:21.274176+0000 mgr.smithi080.zyybpm (mgr.14182) 950 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:23.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:22 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:05:21.711603+0000 mgr.smithi080.zyybpm (mgr.14182) 951 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:05:24.038 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:05:24.038 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:05:24.438 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:05:24.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:24 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:05:23.712110+0000 mgr.smithi080.zyybpm (mgr.14182) 952 : 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-08T23:05:25.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:24 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:05:23.712110+0000 mgr.smithi080.zyybpm (mgr.14182) 952 : 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-08T23:05:25.439 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:05:25.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:05:24.032565+0000 mgr.smithi080.zyybpm (mgr.14182) 953 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:26.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:25 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:05:24.032565+0000 mgr.smithi080.zyybpm (mgr.14182) 953 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:26.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:05:25.712536+0000 mgr.smithi080.zyybpm (mgr.14182) 954 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:05:26.851 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:05:26.851 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:05:27.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:05:25.712536+0000 mgr.smithi080.zyybpm (mgr.14182) 954 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:05:27.228 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:05:27.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:27 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:05:26.845124+0000 mgr.smithi080.zyybpm (mgr.14182) 955 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:28.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:27 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:05:26.845124+0000 mgr.smithi080.zyybpm (mgr.14182) 955 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:28.229 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:05:28.982 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:28 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:05:27.712978+0000 mgr.smithi080.zyybpm (mgr.14182) 956 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:05:29.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:28 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:05:27.712978+0000 mgr.smithi080.zyybpm (mgr.14182) 956 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:05:29.616 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:05:29.616 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:05:30.012 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:05:31.014 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:05:31.045 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:05:29.610199+0000 mgr.smithi080.zyybpm (mgr.14182) 957 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:31.045 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:05:29.713414+0000 mgr.smithi080.zyybpm (mgr.14182) 958 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:05:31.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:30 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:05:29.610199+0000 mgr.smithi080.zyybpm (mgr.14182) 957 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:31.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:30 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:05:29.713414+0000 mgr.smithi080.zyybpm (mgr.14182) 958 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:05:32.398 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:05:32.399 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:05:32.818 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:05:33.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:32 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:05:31.713864+0000 mgr.smithi080.zyybpm (mgr.14182) 959 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:05:33.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:32 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:05:31.713864+0000 mgr.smithi080.zyybpm (mgr.14182) 959 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:05:33.819 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:05:34.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:33 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:05:32.392506+0000 mgr.smithi080.zyybpm (mgr.14182) 960 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:34.154 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:33 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:05:32.392506+0000 mgr.smithi080.zyybpm (mgr.14182) 960 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:34.855 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:34 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:05:33.714535+0000 mgr.smithi080.zyybpm (mgr.14182) 961 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:05:35.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:34 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:05:33.714535+0000 mgr.smithi080.zyybpm (mgr.14182) 961 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:05:35.211 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:05:35.212 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:05:35.594 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:05:36.595 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:05:36.912 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:05:35.205628+0000 mgr.smithi080.zyybpm (mgr.14182) 962 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:36.912 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:05:35.714984+0000 mgr.smithi080.zyybpm (mgr.14182) 963 : 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-08T23:05:37.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:05:35.205628+0000 mgr.smithi080.zyybpm (mgr.14182) 962 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:37.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:05:35.714984+0000 mgr.smithi080.zyybpm (mgr.14182) 963 : 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-08T23:05:37.957 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:05:37.957 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:05:38.333 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:05:39.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:38 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:05:37.715347+0000 mgr.smithi080.zyybpm (mgr.14182) 964 : 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-08T23:05:39.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:38 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:05:37.715347+0000 mgr.smithi080.zyybpm (mgr.14182) 964 : 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-08T23:05:39.335 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:05:39.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:39 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:05:37.951263+0000 mgr.smithi080.zyybpm (mgr.14182) 965 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:40.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:39 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:05:37.951263+0000 mgr.smithi080.zyybpm (mgr.14182) 965 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:40.716 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:05:40.716 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:58:09.603043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iqagcv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-iqagcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.iqagcv\nDeploy daemon haproxy.nfs.foo.smithi150.iqagcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:56: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-08T22:56:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:57: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.405783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ccfexa on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ccfexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ccfexa\nDeploy daemon haproxy.nfs.foo.smithi080.ccfexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T22:58:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T22:59:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:00:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:00:39.406965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.wglyyx on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:05:41.066 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:05:39.715840+0000 mgr.smithi080.zyybpm (mgr.14182) 966 : 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-08T23:05:41.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:05:39.715840+0000 mgr.smithi080.zyybpm (mgr.14182) 966 : 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-08T23:05:41.109 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:05:42.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:05:40.709969+0000 mgr.smithi080.zyybpm (mgr.14182) 967 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:42.110 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:05:42.143 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:05:40.709969+0000 mgr.smithi080.zyybpm (mgr.14182) 967 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:43.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:42 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:05:41.716195+0000 mgr.smithi080.zyybpm (mgr.14182) 968 : 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-08T23:05:43.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:42 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:05:41.857297+0000 mon.smithi080 (mon.0) 697 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi080.ivgltl"}]: dispatch 2023-12-08T23:05:43.129 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:42 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:05:41.716195+0000 mgr.smithi080.zyybpm (mgr.14182) 968 : 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-08T23:05:43.129 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:42 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:05:41.857297+0000 mon.smithi080 (mon.0) 697 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi080.ivgltl"}]: dispatch 2023-12-08T23:05:43.477 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:05:43.477 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:05:43.842 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:05:44.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T23:05:41.856734+0000 mgr.smithi080.zyybpm (mgr.14182) 969 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl 2023-12-08T23:05:44.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl 2023-12-08T23:05:44.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl 2023-12-08T23:05:44.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl 2023-12-08T23:05:44.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Deploy daemon haproxy.nfs.foo.smithi080.ivgltl ... 2023-12-08T23:05:44.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:05:44.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T23:05:44.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T23:03:49Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:05:44.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T23:04:26Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:05:44.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T23:05:04Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:05:44.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-08T23:05:44.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:05:44.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Traceback (most recent call last): 2023-12-08T23:05:44.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T23:05:44.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: yield (conn, connr) 2023-12-08T23:05:44.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T23:05:44.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: code, '\n'.join(err))) 2023-12-08T23:05:44.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl 2023-12-08T23:05:44.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl 2023-12-08T23:05:44.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl 2023-12-08T23:05:44.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl 2023-12-08T23:05:44.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Deploy daemon haproxy.nfs.foo.smithi080.ivgltl ... 2023-12-08T23:05:44.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:05:44.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T23:05:44.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T23:03:49Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:05:44.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T23:04:26Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:05:44.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T23:05:04Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:05:44.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-08T23:05:44.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:05:44.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T23:05:41.856959+0000 mgr.smithi080.zyybpm (mgr.14182) 970 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi080.ivgltl 2023-12-08T23:05:44.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T23:05:41.857975+0000 mgr.smithi080.zyybpm (mgr.14182) 971 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl 2023-12-08T23:05:44.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl 2023-12-08T23:05:44.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl 2023-12-08T23:05:44.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl 2023-12-08T23:05:44.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Deploy daemon haproxy.nfs.foo.smithi080.ivgltl ... 2023-12-08T23:05:44.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:05:44.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T23:05:44.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T23:03:49Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:05:44.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T23:04:26Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:05:44.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T23:05:04Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:05:44.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-08T23:05:44.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:05:44.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T23:05:41.859803+0000 mgr.smithi080.zyybpm (mgr.14182) 972 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T23:05:44.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T23:05:41.860840+0000 mgr.smithi080.zyybpm (mgr.14182) 973 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T23:05:44.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:05:41.861598+0000 mgr.smithi080.zyybpm (mgr.14182) 974 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-08T23:05:44.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:05:42.795342+0000 mon.smithi080 (mon.0) 698 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T23:05:44.237 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T23:05:41.856734+0000 mgr.smithi080.zyybpm (mgr.14182) 969 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl 2023-12-08T23:05:44.237 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl 2023-12-08T23:05:44.237 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl 2023-12-08T23:05:44.238 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl 2023-12-08T23:05:44.238 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Deploy daemon haproxy.nfs.foo.smithi080.ivgltl ... 2023-12-08T23:05:44.239 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:05:44.239 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T23:05:44.239 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T23:03:49Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:05:44.239 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T23:04:26Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:05:44.239 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T23:05:04Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:05:44.239 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-08T23:05:44.239 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:05:44.239 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Traceback (most recent call last): 2023-12-08T23:05:44.239 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T23:05:44.239 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: yield (conn, connr) 2023-12-08T23:05:44.239 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T23:05:44.239 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: code, '\n'.join(err))) 2023-12-08T23:05:44.239 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl 2023-12-08T23:05:44.239 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl 2023-12-08T23:05:44.240 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl 2023-12-08T23:05:44.240 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl 2023-12-08T23:05:44.240 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Deploy daemon haproxy.nfs.foo.smithi080.ivgltl ... 2023-12-08T23:05:44.240 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:05:44.240 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T23:05:44.240 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T23:03:49Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:05:44.240 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T23:04:26Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:05:44.240 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T23:05:04Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:05:44.240 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-08T23:05:44.241 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:05:44.241 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T23:05:41.856959+0000 mgr.smithi080.zyybpm (mgr.14182) 970 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi080.ivgltl 2023-12-08T23:05:44.241 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T23:05:41.857975+0000 mgr.smithi080.zyybpm (mgr.14182) 971 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl 2023-12-08T23:05:44.241 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl 2023-12-08T23:05:44.241 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl 2023-12-08T23:05:44.241 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl 2023-12-08T23:05:44.241 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Deploy daemon haproxy.nfs.foo.smithi080.ivgltl ... 2023-12-08T23:05:44.241 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:05:44.241 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T23:05:44.241 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T23:03:49Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:05:44.241 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T23:04:26Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:05:44.241 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T23:05:04Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:05:44.241 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-08T23:05:44.241 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:05:44.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T23:05:41.859803+0000 mgr.smithi080.zyybpm (mgr.14182) 972 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T23:05:44.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T23:05:41.860840+0000 mgr.smithi080.zyybpm (mgr.14182) 973 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T23:05:44.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:05:41.861598+0000 mgr.smithi080.zyybpm (mgr.14182) 974 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-08T23:05:44.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:05:42.795342+0000 mon.smithi080 (mon.0) 698 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T23:05:44.843 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:05:45.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:05:43.470989+0000 mgr.smithi080.zyybpm (mgr.14182) 975 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:45.217 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:05:43.470989+0000 mgr.smithi080.zyybpm (mgr.14182) 975 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:46.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:45 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:05:43.862217+0000 mgr.smithi080.zyybpm (mgr.14182) 976 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-08T23:05:46.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:45 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:05:43.862217+0000 mgr.smithi080.zyybpm (mgr.14182) 976 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-08T23:05:46.319 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:05:46.320 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:05:46.733 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:05:47.734 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:05:47.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:47 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:05:45.862743+0000 mgr.smithi080.zyybpm (mgr.14182) 977 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-08T23:05:47.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:47 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:05:46.313687+0000 mgr.smithi080.zyybpm (mgr.14182) 978 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:47.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:47 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:05:46.564027+0000 mon.smithi080 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T23:05:47.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:47 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:05:45.862743+0000 mgr.smithi080.zyybpm (mgr.14182) 977 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-08T23:05:47.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:47 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:05:46.313687+0000 mgr.smithi080.zyybpm (mgr.14182) 978 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:47.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:47 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:05:46.564027+0000 mon.smithi080 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T23:05:49.110 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:05:49.111 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:05:49.520 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:05:49.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:49 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:05:47.863349+0000 mgr.smithi080.zyybpm (mgr.14182) 979 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-08T23:05:50.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:49 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:05:47.863349+0000 mgr.smithi080.zyybpm (mgr.14182) 979 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-08T23:05:50.521 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:05:50.851 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:50 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:05:49.104623+0000 mgr.smithi080.zyybpm (mgr.14182) 980 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:51.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:50 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:05:49.104623+0000 mgr.smithi080.zyybpm (mgr.14182) 980 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:51.893 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:05:51.894 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:05:51.916 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:51 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:05:49.864118+0000 mgr.smithi080.zyybpm (mgr.14182) 981 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-08T23:05:52.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:51 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:05:49.864118+0000 mgr.smithi080.zyybpm (mgr.14182) 981 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-08T23:05:52.265 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:05:53.266 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:05:53.901 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:53 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:05:51.864768+0000 mgr.smithi080.zyybpm (mgr.14182) 982 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-08T23:05:53.902 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:53 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:05:51.885194+0000 mgr.smithi080.zyybpm (mgr.14182) 983 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:54.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:53 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:05:51.864768+0000 mgr.smithi080.zyybpm (mgr.14182) 982 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-08T23:05:54.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:53 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:05:51.885194+0000 mgr.smithi080.zyybpm (mgr.14182) 983 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:54.606 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:05:54.606 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:05:54.973 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:05:55.973 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:05:55.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:55 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:05:53.865602+0000 mgr.smithi080.zyybpm (mgr.14182) 984 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:05:55.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:55 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:05:54.600460+0000 mgr.smithi080.zyybpm (mgr.14182) 985 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:56.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:55 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:05:53.865602+0000 mgr.smithi080.zyybpm (mgr.14182) 984 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:05:56.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:55 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:05:54.600460+0000 mgr.smithi080.zyybpm (mgr.14182) 985 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:57.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:57 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:05:55.866292+0000 mgr.smithi080.zyybpm (mgr.14182) 986 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:05:57.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:57 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:05:56.110767+0000 mon.smithi080 (mon.0) 700 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T23:05:57.326 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:05:57.326 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:05:57.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:57 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:05:55.866292+0000 mgr.smithi080.zyybpm (mgr.14182) 986 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:05:57.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:57 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:05:56.110767+0000 mon.smithi080 (mon.0) 700 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T23:05:57.704 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:05:58.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:58 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:05:57.320339+0000 mgr.smithi080.zyybpm (mgr.14182) 987 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:58.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:58 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:05:57.320339+0000 mgr.smithi080.zyybpm (mgr.14182) 987 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:05:58.705 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:05:59.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:05:59 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:05:57.866844+0000 mgr.smithi080.zyybpm (mgr.14182) 988 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:06:00.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:05:59 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:05:57.866844+0000 mgr.smithi080.zyybpm (mgr.14182) 988 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:06:00.138 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:06:00.139 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:06:00.530 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:06:01.531 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:06:01.865 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:01 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:05:59.867402+0000 mgr.smithi080.zyybpm (mgr.14182) 989 : 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-08T23:06:01.865 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:01 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:06:00.132329+0000 mgr.smithi080.zyybpm (mgr.14182) 990 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:02.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:01 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:05:59.867402+0000 mgr.smithi080.zyybpm (mgr.14182) 989 : 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-08T23:06:02.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:01 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:06:00.132329+0000 mgr.smithi080.zyybpm (mgr.14182) 990 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:02.932 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:06:02.933 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:06:03.313 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:06:03.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:03 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:06:01.867899+0000 mgr.smithi080.zyybpm (mgr.14182) 991 : 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-08T23:06:04.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:03 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:06:01.867899+0000 mgr.smithi080.zyybpm (mgr.14182) 991 : 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-08T23:06:04.314 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:06:04.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:04 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:06:02.926968+0000 mgr.smithi080.zyybpm (mgr.14182) 992 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:05.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:04 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:06:02.926968+0000 mgr.smithi080.zyybpm (mgr.14182) 992 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:05.701 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:06:05.702 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:06:05.977 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:05 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:06:03.868742+0000 mgr.smithi080.zyybpm (mgr.14182) 993 : 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-08T23:06:06.061 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:06:06.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:05 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:06:03.868742+0000 mgr.smithi080.zyybpm (mgr.14182) 993 : 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-08T23:06:06.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:06:05.695551+0000 mgr.smithi080.zyybpm (mgr.14182) 994 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:07.062 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:06:07.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:06 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:06:05.695551+0000 mgr.smithi080.zyybpm (mgr.14182) 994 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:07.715 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:06:05.869281+0000 mgr.smithi080.zyybpm (mgr.14182) 995 : 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-08T23:06:08.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:07 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:06:05.869281+0000 mgr.smithi080.zyybpm (mgr.14182) 995 : 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-08T23:06:08.410 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:06:08.410 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:06:08.811 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:06:09.812 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:06:09.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:06:07.869939+0000 mgr.smithi080.zyybpm (mgr.14182) 996 : 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-08T23:06:09.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:06:08.404115+0000 mgr.smithi080.zyybpm (mgr.14182) 997 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:10.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:06:07.869939+0000 mgr.smithi080.zyybpm (mgr.14182) 996 : 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-08T23:06:10.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:06:08.404115+0000 mgr.smithi080.zyybpm (mgr.14182) 997 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:11.257 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:06:11.257 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:06:11.647 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:06:11.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:11 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:06:09.870615+0000 mgr.smithi080.zyybpm (mgr.14182) 998 : 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-08T23:06:12.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:11 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:06:09.870615+0000 mgr.smithi080.zyybpm (mgr.14182) 998 : 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-08T23:06:12.648 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:06:12.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:06:11.251197+0000 mgr.smithi080.zyybpm (mgr.14182) 999 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:13.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:06:11.251197+0000 mgr.smithi080.zyybpm (mgr.14182) 999 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:13.722 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:06:11.871156+0000 mgr.smithi080.zyybpm (mgr.14182) 1000 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:06:14.071 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:06:14.071 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:06:14.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:06:11.871156+0000 mgr.smithi080.zyybpm (mgr.14182) 1000 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:06:14.443 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:06:15.445 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:06:15.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:15 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:06:13.872001+0000 mgr.smithi080.zyybpm (mgr.14182) 1001 : 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-08T23:06:15.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:15 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:06:14.065340+0000 mgr.smithi080.zyybpm (mgr.14182) 1002 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:16.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:15 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:06:13.872001+0000 mgr.smithi080.zyybpm (mgr.14182) 1001 : 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-08T23:06:16.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:15 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:06:14.065340+0000 mgr.smithi080.zyybpm (mgr.14182) 1002 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:16.820 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:06:16.820 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:06:17.209 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:06:17.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:17 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:06:15.872544+0000 mgr.smithi080.zyybpm (mgr.14182) 1003 : 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-08T23:06:17.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:17 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:06:16.813901+0000 mgr.smithi080.zyybpm (mgr.14182) 1004 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:18.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:17 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:06:15.872544+0000 mgr.smithi080.zyybpm (mgr.14182) 1003 : 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-08T23:06:18.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:17 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:06:16.813901+0000 mgr.smithi080.zyybpm (mgr.14182) 1004 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:18.210 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:06:19.646 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:06:19.646 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:06:19.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:19 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:06:17.873357+0000 mgr.smithi080.zyybpm (mgr.14182) 1005 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:06:20.061 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:06:20.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:19 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:06:17.873357+0000 mgr.smithi080.zyybpm (mgr.14182) 1005 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:06:20.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:06:19.639881+0000 mgr.smithi080.zyybpm (mgr.14182) 1006 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:21.063 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:06:21.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:20 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:06:19.639881+0000 mgr.smithi080.zyybpm (mgr.14182) 1006 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:21.924 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:21 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:06:19.874112+0000 mgr.smithi080.zyybpm (mgr.14182) 1007 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:06:22.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:21 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:06:19.874112+0000 mgr.smithi080.zyybpm (mgr.14182) 1007 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:06:22.516 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:06:22.516 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:06:22.899 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:06:23.901 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:06:23.935 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:23 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:06:21.874759+0000 mgr.smithi080.zyybpm (mgr.14182) 1008 : 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-08T23:06:23.935 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:23 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:06:22.509538+0000 mgr.smithi080.zyybpm (mgr.14182) 1009 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:24.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:23 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:06:21.874759+0000 mgr.smithi080.zyybpm (mgr.14182) 1008 : 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-08T23:06:24.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:23 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:06:22.509538+0000 mgr.smithi080.zyybpm (mgr.14182) 1009 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:25.285 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:06:25.285 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:06:25.727 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:06:25.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:06:23.875465+0000 mgr.smithi080.zyybpm (mgr.14182) 1010 : 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-08T23:06:26.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:25 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:06:23.875465+0000 mgr.smithi080.zyybpm (mgr.14182) 1010 : 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-08T23:06:26.728 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:06:26.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:06:25.279112+0000 mgr.smithi080.zyybpm (mgr.14182) 1011 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:27.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:06:25.279112+0000 mgr.smithi080.zyybpm (mgr.14182) 1011 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:27.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:27 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:06:25.876006+0000 mgr.smithi080.zyybpm (mgr.14182) 1012 : 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-08T23:06:28.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:27 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:06:25.876006+0000 mgr.smithi080.zyybpm (mgr.14182) 1012 : 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-08T23:06:28.104 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:06:28.104 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:06:28.510 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:06:29.512 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:06:29.841 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:29 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:06:27.876760+0000 mgr.smithi080.zyybpm (mgr.14182) 1013 : 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-08T23:06:29.841 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:29 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:06:28.098216+0000 mgr.smithi080.zyybpm (mgr.14182) 1014 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:30.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:29 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:06:27.876760+0000 mgr.smithi080.zyybpm (mgr.14182) 1013 : 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-08T23:06:30.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:29 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:06:28.098216+0000 mgr.smithi080.zyybpm (mgr.14182) 1014 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:30.904 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:06:30.904 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:06:31.307 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:06:31.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:31 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:06:29.877379+0000 mgr.smithi080.zyybpm (mgr.14182) 1015 : 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-08T23:06:32.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:31 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:06:29.877379+0000 mgr.smithi080.zyybpm (mgr.14182) 1015 : 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-08T23:06:32.308 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:06:32.934 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:32 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:06:30.898161+0000 mgr.smithi080.zyybpm (mgr.14182) 1016 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:33.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:32 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:06:30.898161+0000 mgr.smithi080.zyybpm (mgr.14182) 1016 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:33.640 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:06:33.640 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:06:33.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:33 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:06:31.878282+0000 mgr.smithi080.zyybpm (mgr.14182) 1017 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:06:34.063 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:06:34.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:33 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:06:31.878282+0000 mgr.smithi080.zyybpm (mgr.14182) 1017 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:06:34.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:34 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:06:33.634000+0000 mgr.smithi080.zyybpm (mgr.14182) 1018 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:35.064 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:06:35.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:34 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:06:33.634000+0000 mgr.smithi080.zyybpm (mgr.14182) 1018 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:35.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:06:33.878977+0000 mgr.smithi080.zyybpm (mgr.14182) 1019 : 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-08T23:06:36.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:06:33.878977+0000 mgr.smithi080.zyybpm (mgr.14182) 1019 : 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-08T23:06:36.459 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:06:36.460 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:06:36.847 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:06:37.847 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:06:37.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:06:35.879443+0000 mgr.smithi080.zyybpm (mgr.14182) 1020 : 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-08T23:06:37.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:06:36.453166+0000 mgr.smithi080.zyybpm (mgr.14182) 1021 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:38.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:06:35.879443+0000 mgr.smithi080.zyybpm (mgr.14182) 1020 : 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-08T23:06:38.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:06:36.453166+0000 mgr.smithi080.zyybpm (mgr.14182) 1021 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:39.168 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:06:39.169 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:06:39.614 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:06:39.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:39 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:06:37.880120+0000 mgr.smithi080.zyybpm (mgr.14182) 1022 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:06:40.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:39 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:06:37.880120+0000 mgr.smithi080.zyybpm (mgr.14182) 1022 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:06:40.615 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:06:40.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:06:39.162520+0000 mgr.smithi080.zyybpm (mgr.14182) 1023 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:41.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:06:39.162520+0000 mgr.smithi080.zyybpm (mgr.14182) 1023 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:41.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:06:39.880827+0000 mgr.smithi080.zyybpm (mgr.14182) 1024 : 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-08T23:06:42.041 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:06:42.041 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:40.860042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:40.860668Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:40.860213Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:40.860285Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:40.860350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:40.860413Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:06:42.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:06:39.880827+0000 mgr.smithi080.zyybpm (mgr.14182) 1024 : 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-08T23:06:42.454 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:06:42.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:42 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:06:41.863241+0000 mon.smithi080 (mon.0) 701 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T23:06:43.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:42 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:06:41.863241+0000 mon.smithi080 (mon.0) 701 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T23:06:43.455 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:06:43.983 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:06:41.881340+0000 mgr.smithi080.zyybpm (mgr.14182) 1025 : 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-08T23:06:43.983 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:06:42.035107+0000 mgr.smithi080.zyybpm (mgr.14182) 1026 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:43.983 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:06:43.139950+0000 mon.smithi080 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T23:06:44.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:06:41.881340+0000 mgr.smithi080.zyybpm (mgr.14182) 1025 : 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-08T23:06:44.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:06:42.035107+0000 mgr.smithi080.zyybpm (mgr.14182) 1026 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:44.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:06:43.139950+0000 mon.smithi080 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T23:06:45.287 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:06:45.288 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:00:43.333243Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:00:43.333306Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:00:43.333365Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:00:43.333766Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:00:43.333177Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:00:43.333022Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:00:43.333824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:00:43.333422Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:00:43.333537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:00:43.333480Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:06:45.747 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:06:45.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:45 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:06:43.882133+0000 mgr.smithi080.zyybpm (mgr.14182) 1027 : 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-08T23:06:46.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:45 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:06:43.882133+0000 mgr.smithi080.zyybpm (mgr.14182) 1027 : 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-08T23:06:46.749 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:06:46.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:46 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:06:45.281144+0000 mgr.smithi080.zyybpm (mgr.14182) 1028 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:46.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:46 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:06:45.875478+0000 mon.smithi080 (mon.0) 703 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T23:06:46.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:46 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:06:46.159057+0000 mon.smithi080 (mon.0) 704 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T23:06:46.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:46 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:06:46.159622+0000 mon.smithi080 (mon.0) 705 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T23:06:46.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:46 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:06:46.163762+0000 mon.smithi080 (mon.0) 706 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T23:06:46.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:46 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:06:46.167385+0000 mon.smithi080 (mon.0) 707 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T23:06:46.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:46 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:06:46.176019+0000 mon.smithi080 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T23:06:47.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:46 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:06:45.281144+0000 mgr.smithi080.zyybpm (mgr.14182) 1028 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:47.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:46 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:06:45.875478+0000 mon.smithi080 (mon.0) 703 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T23:06:47.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:46 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:06:46.159057+0000 mon.smithi080 (mon.0) 704 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T23:06:47.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:46 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:06:46.159622+0000 mon.smithi080 (mon.0) 705 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T23:06:47.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:46 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:06:46.163762+0000 mon.smithi080 (mon.0) 706 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T23:06:47.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:46 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:06:46.167385+0000 mon.smithi080 (mon.0) 707 : audit [DBG] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T23:06:47.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:46 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:06:46.176019+0000 mon.smithi080 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T23:06:47.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:47 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:06:45.882621+0000 mgr.smithi080.zyybpm (mgr.14182) 1029 : 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-08T23:06:47.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:47 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:06:46.164122+0000 mgr.smithi080.zyybpm (mgr.14182) 1030 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T23:06:47.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:47 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T23:06:46.177904+0000 mgr.smithi080.zyybpm (mgr.14182) 1031 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.hfgtwn on smithi150 2023-12-08T23:06:47.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:47 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:06:46.873657+0000 mon.smithi080 (mon.0) 709 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T23:06:47.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:47 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:06:46.873708+0000 mon.smithi080 (mon.0) 710 : cluster [INF] Cluster is now healthy 2023-12-08T23:06:48.041 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:06:48.041 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:06:48.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:47 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:06:45.882621+0000 mgr.smithi080.zyybpm (mgr.14182) 1029 : 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-08T23:06:48.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:47 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:06:46.164122+0000 mgr.smithi080.zyybpm (mgr.14182) 1030 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T23:06:48.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:47 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T23:06:46.177904+0000 mgr.smithi080.zyybpm (mgr.14182) 1031 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.hfgtwn on smithi150 2023-12-08T23:06:48.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:47 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:06:46.873657+0000 mon.smithi080 (mon.0) 709 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T23:06:48.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:47 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:06:46.873708+0000 mon.smithi080 (mon.0) 710 : cluster [INF] Cluster is now healthy 2023-12-08T23:06:48.420 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:06:49.421 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:06:50.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:49 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:06:48.035366+0000 mgr.smithi080.zyybpm (mgr.14182) 1032 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:50.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:49 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:06:48.164573+0000 mgr.smithi080.zyybpm (mgr.14182) 1033 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T23:06:50.106 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:49 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:06:48.035366+0000 mgr.smithi080.zyybpm (mgr.14182) 1032 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:50.106 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:49 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:06:48.164573+0000 mgr.smithi080.zyybpm (mgr.14182) 1033 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T23:06:50.770 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:06:50.770 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:06:51.152 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:06:52.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:51 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:06:50.165108+0000 mgr.smithi080.zyybpm (mgr.14182) 1034 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T23:06:52.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:51 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:06:50.764714+0000 mgr.smithi080.zyybpm (mgr.14182) 1035 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:52.153 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:06:52.185 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:51 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:06:50.165108+0000 mgr.smithi080.zyybpm (mgr.14182) 1034 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T23:06:52.185 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:51 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:06:50.764714+0000 mgr.smithi080.zyybpm (mgr.14182) 1035 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:53.528 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:06:53.528 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:06:53.874 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:53 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:06:52.165588+0000 mgr.smithi080.zyybpm (mgr.14182) 1036 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T23:06:53.935 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:06:54.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:53 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:06:52.165588+0000 mgr.smithi080.zyybpm (mgr.14182) 1036 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T23:06:54.936 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:06:55.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:54 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:06:53.521931+0000 mgr.smithi080.zyybpm (mgr.14182) 1037 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:55.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:54 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:06:53.521931+0000 mgr.smithi080.zyybpm (mgr.14182) 1037 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:55.913 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:55 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:06:54.166242+0000 mgr.smithi080.zyybpm (mgr.14182) 1038 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-08T23:06:56.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:55 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:06:54.166242+0000 mgr.smithi080.zyybpm (mgr.14182) 1038 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-08T23:06:56.294 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:06:56.294 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:06:56.669 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:06:57.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:57 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:06:56.116254+0000 mon.smithi080 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T23:06:57.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:57 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:06:56.166597+0000 mgr.smithi080.zyybpm (mgr.14182) 1039 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T23:06:57.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:57 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:06:56.288120+0000 mgr.smithi080.zyybpm (mgr.14182) 1040 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:57.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:57 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:06:56.116254+0000 mon.smithi080 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' 2023-12-08T23:06:57.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:57 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:06:56.166597+0000 mgr.smithi080.zyybpm (mgr.14182) 1039 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T23:06:57.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:57 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:06:56.288120+0000 mgr.smithi080.zyybpm (mgr.14182) 1040 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:06:57.670 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:06:59.051 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:06:59.051 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:06:59.425 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:06:59.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:06:59 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:06:58.167114+0000 mgr.smithi080.zyybpm (mgr.14182) 1041 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:07:00.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:06:59 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:06:58.167114+0000 mgr.smithi080.zyybpm (mgr.14182) 1041 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:07:00.426 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:07:00.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:00 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:06:59.044608+0000 mgr.smithi080.zyybpm (mgr.14182) 1042 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:01.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:00 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:06:59.044608+0000 mgr.smithi080.zyybpm (mgr.14182) 1042 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:01.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:01 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:07:00.167607+0000 mgr.smithi080.zyybpm (mgr.14182) 1043 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:07:01.803 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:07:01.803 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:07:02.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:01 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:07:00.167607+0000 mgr.smithi080.zyybpm (mgr.14182) 1043 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:07:02.199 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:07:02.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:02 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:07:01.797041+0000 mgr.smithi080.zyybpm (mgr.14182) 1044 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:03.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:02 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:07:01.797041+0000 mgr.smithi080.zyybpm (mgr.14182) 1044 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:03.200 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:07:03.869 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:03 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:07:02.168138+0000 mgr.smithi080.zyybpm (mgr.14182) 1045 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:07:04.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:03 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:07:02.168138+0000 mgr.smithi080.zyybpm (mgr.14182) 1045 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:07:04.562 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:07:04.562 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:07:04.943 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:07:05.943 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:07:05.976 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:05 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:07:04.168604+0000 mgr.smithi080.zyybpm (mgr.14182) 1046 : 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-08T23:07:05.977 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:05 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:07:04.555934+0000 mgr.smithi080.zyybpm (mgr.14182) 1047 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:06.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:05 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:07:04.168604+0000 mgr.smithi080.zyybpm (mgr.14182) 1046 : 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-08T23:07:06.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:05 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:07:04.555934+0000 mgr.smithi080.zyybpm (mgr.14182) 1047 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:07.275 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:07:07.276 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:07:07.660 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:07:07.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:07:06.169002+0000 mgr.smithi080.zyybpm (mgr.14182) 1048 : 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-08T23:07:08.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:07 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:07:06.169002+0000 mgr.smithi080.zyybpm (mgr.14182) 1048 : 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-08T23:07:08.660 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:07:08.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:08 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:07:07.269541+0000 mgr.smithi080.zyybpm (mgr.14182) 1049 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:09.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:08 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:07:07.269541+0000 mgr.smithi080.zyybpm (mgr.14182) 1049 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:09.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:07:08.169740+0000 mgr.smithi080.zyybpm (mgr.14182) 1050 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:07:10.041 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:07:10.041 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:07:10.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:07:08.169740+0000 mgr.smithi080.zyybpm (mgr.14182) 1050 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:07:10.397 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:07:11.398 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:07:11.715 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:11 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:07:10.034581+0000 mgr.smithi080.zyybpm (mgr.14182) 1051 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:11.715 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:11 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:07:10.170306+0000 mgr.smithi080.zyybpm (mgr.14182) 1052 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:07:12.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:11 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:07:10.034581+0000 mgr.smithi080.zyybpm (mgr.14182) 1051 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:12.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:11 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:07:10.170306+0000 mgr.smithi080.zyybpm (mgr.14182) 1052 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:07:12.798 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:07:12.799 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:07:13.198 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:07:13.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:07:12.170835+0000 mgr.smithi080.zyybpm (mgr.14182) 1053 : 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-08T23:07:13.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:07:12.792201+0000 mgr.smithi080.zyybpm (mgr.14182) 1054 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:14.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:07:12.170835+0000 mgr.smithi080.zyybpm (mgr.14182) 1053 : 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-08T23:07:14.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:07:12.792201+0000 mgr.smithi080.zyybpm (mgr.14182) 1054 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:14.199 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:07:15.580 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:07:15.580 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:07:15.912 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:15 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:07:14.171363+0000 mgr.smithi080.zyybpm (mgr.14182) 1055 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:07:15.963 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:07:16.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:15 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:07:14.171363+0000 mgr.smithi080.zyybpm (mgr.14182) 1055 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:07:16.963 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:07:16.985 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:07:15.573749+0000 mgr.smithi080.zyybpm (mgr.14182) 1056 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:17.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:07:15.573749+0000 mgr.smithi080.zyybpm (mgr.14182) 1056 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:17.950 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:17 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:07:16.171925+0000 mgr.smithi080.zyybpm (mgr.14182) 1057 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:07:18.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:17 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:07:16.171925+0000 mgr.smithi080.zyybpm (mgr.14182) 1057 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:07:18.307 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:07:18.308 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:07:18.729 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:07:19.730 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:07:19.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:19 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:07:18.172398+0000 mgr.smithi080.zyybpm (mgr.14182) 1058 : 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-08T23:07:19.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:19 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:07:18.302016+0000 mgr.smithi080.zyybpm (mgr.14182) 1059 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:20.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:19 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:07:18.172398+0000 mgr.smithi080.zyybpm (mgr.14182) 1058 : 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-08T23:07:20.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:19 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:07:18.302016+0000 mgr.smithi080.zyybpm (mgr.14182) 1059 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:21.061 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:07:21.061 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:07:21.436 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:07:21.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:21 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:07:20.172831+0000 mgr.smithi080.zyybpm (mgr.14182) 1060 : 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-08T23:07:22.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:21 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:07:20.172831+0000 mgr.smithi080.zyybpm (mgr.14182) 1060 : 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-08T23:07:22.437 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:07:22.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:22 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:07:21.055143+0000 mgr.smithi080.zyybpm (mgr.14182) 1061 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:23.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:22 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:07:21.055143+0000 mgr.smithi080.zyybpm (mgr.14182) 1061 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:23.792 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:07:23.792 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:07:23.940 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:23 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:07:22.173477+0000 mgr.smithi080.zyybpm (mgr.14182) 1062 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:07:24.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:23 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:07:22.173477+0000 mgr.smithi080.zyybpm (mgr.14182) 1062 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:07:24.169 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:07:24.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:24 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:07:23.786096+0000 mgr.smithi080.zyybpm (mgr.14182) 1063 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:25.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:24 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:07:23.786096+0000 mgr.smithi080.zyybpm (mgr.14182) 1063 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:25.171 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:07:25.807 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:07:24.174120+0000 mgr.smithi080.zyybpm (mgr.14182) 1064 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:07:26.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:25 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:07:24.174120+0000 mgr.smithi080.zyybpm (mgr.14182) 1064 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:07:26.512 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:07:26.513 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:07:26.928 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:07:27.928 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:07:27.960 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:27 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:07:26.174527+0000 mgr.smithi080.zyybpm (mgr.14182) 1065 : 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-08T23:07:27.960 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:27 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:07:26.506533+0000 mgr.smithi080.zyybpm (mgr.14182) 1066 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:28.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:27 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:07:26.174527+0000 mgr.smithi080.zyybpm (mgr.14182) 1065 : 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-08T23:07:28.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:27 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:07:26.506533+0000 mgr.smithi080.zyybpm (mgr.14182) 1066 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:29.320 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:07:29.321 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:07:29.694 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:07:29.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:29 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:07:28.175094+0000 mgr.smithi080.zyybpm (mgr.14182) 1067 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:07:30.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:29 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:07:28.175094+0000 mgr.smithi080.zyybpm (mgr.14182) 1067 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:07:30.695 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:07:30.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:07:29.314429+0000 mgr.smithi080.zyybpm (mgr.14182) 1068 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:31.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:30 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:07:29.314429+0000 mgr.smithi080.zyybpm (mgr.14182) 1068 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:31.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:31 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:07:30.175581+0000 mgr.smithi080.zyybpm (mgr.14182) 1069 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:07:32.038 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:07:32.038 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:07:32.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:31 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:07:30.175581+0000 mgr.smithi080.zyybpm (mgr.14182) 1069 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:07:32.434 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:07:33.435 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:07:33.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:33 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:07:32.032524+0000 mgr.smithi080.zyybpm (mgr.14182) 1070 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:33.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:33 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:07:32.176237+0000 mgr.smithi080.zyybpm (mgr.14182) 1071 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:07:34.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:33 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:07:32.032524+0000 mgr.smithi080.zyybpm (mgr.14182) 1070 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:34.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:33 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:07:32.176237+0000 mgr.smithi080.zyybpm (mgr.14182) 1071 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:07:34.919 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:07:34.931 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:07:35.319 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:07:35.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:07:34.176730+0000 mgr.smithi080.zyybpm (mgr.14182) 1072 : 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-08T23:07:36.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:07:34.176730+0000 mgr.smithi080.zyybpm (mgr.14182) 1072 : 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-08T23:07:36.320 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:07:36.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:07:34.912903+0000 mgr.smithi080.zyybpm (mgr.14182) 1073 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:37.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:07:34.912903+0000 mgr.smithi080.zyybpm (mgr.14182) 1073 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:37.702 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:07:37.702 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:07:37.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:37 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:07:36.177326+0000 mgr.smithi080.zyybpm (mgr.14182) 1074 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:07:38.092 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:07:38.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:37 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:07:36.177326+0000 mgr.smithi080.zyybpm (mgr.14182) 1074 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:07:38.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:38 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:07:37.696281+0000 mgr.smithi080.zyybpm (mgr.14182) 1075 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:39.093 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:07:39.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:38 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:07:37.696281+0000 mgr.smithi080.zyybpm (mgr.14182) 1075 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:39.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:39 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:07:38.177811+0000 mgr.smithi080.zyybpm (mgr.14182) 1076 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:07:40.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:39 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:07:38.177811+0000 mgr.smithi080.zyybpm (mgr.14182) 1076 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:07:40.440 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:07:40.440 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:07:40.917 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:07:41.918 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:07:42.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:07:40.178227+0000 mgr.smithi080.zyybpm (mgr.14182) 1077 : 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-08T23:07:42.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:07:40.433842+0000 mgr.smithi080.zyybpm (mgr.14182) 1078 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:42.235 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:07:40.178227+0000 mgr.smithi080.zyybpm (mgr.14182) 1077 : 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-08T23:07:42.235 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:07:40.433842+0000 mgr.smithi080.zyybpm (mgr.14182) 1078 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:43.223 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:07:43.223 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:07:43.626 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:07:43.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:07:42.178671+0000 mgr.smithi080.zyybpm (mgr.14182) 1079 : 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-08T23:07:44.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:07:42.178671+0000 mgr.smithi080.zyybpm (mgr.14182) 1079 : 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-08T23:07:44.627 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:07:44.950 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:44 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:07:43.217132+0000 mgr.smithi080.zyybpm (mgr.14182) 1080 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:45.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:44 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:07:43.217132+0000 mgr.smithi080.zyybpm (mgr.14182) 1080 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:45.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:45 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:07:44.179283+0000 mgr.smithi080.zyybpm (mgr.14182) 1081 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:07:46.043 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:07:46.043 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:07:46.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:45 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:07:44.179283+0000 mgr.smithi080.zyybpm (mgr.14182) 1081 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:07:46.507 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:07:47.510 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:07:47.851 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:47 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:07:46.037218+0000 mgr.smithi080.zyybpm (mgr.14182) 1082 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:47.851 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:47 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:07:46.179670+0000 mgr.smithi080.zyybpm (mgr.14182) 1083 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:07:48.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:47 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:07:46.037218+0000 mgr.smithi080.zyybpm (mgr.14182) 1082 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:48.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:47 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:07:46.179670+0000 mgr.smithi080.zyybpm (mgr.14182) 1083 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:07:48.900 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:07:48.900 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:07:49.297 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:07:50.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:49 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:07:48.180167+0000 mgr.smithi080.zyybpm (mgr.14182) 1084 : 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-08T23:07:50.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:49 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:07:48.180167+0000 mgr.smithi080.zyybpm (mgr.14182) 1084 : 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-08T23:07:50.297 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:07:50.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:50 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:07:48.894367+0000 mgr.smithi080.zyybpm (mgr.14182) 1085 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:51.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:50 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:07:48.894367+0000 mgr.smithi080.zyybpm (mgr.14182) 1085 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:51.754 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:07:51.754 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:07:52.079 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:51 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:07:50.180691+0000 mgr.smithi080.zyybpm (mgr.14182) 1086 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:07:52.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:51 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:07:50.180691+0000 mgr.smithi080.zyybpm (mgr.14182) 1086 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:07:52.138 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:07:53.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:52 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:07:51.747925+0000 mgr.smithi080.zyybpm (mgr.14182) 1087 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:53.140 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:07:53.171 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:52 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:07:51.747925+0000 mgr.smithi080.zyybpm (mgr.14182) 1087 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:54.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:53 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:07:52.181346+0000 mgr.smithi080.zyybpm (mgr.14182) 1088 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:07:54.183 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:53 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:07:52.181346+0000 mgr.smithi080.zyybpm (mgr.14182) 1088 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:07:54.546 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:07:54.546 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:07:54.974 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:07:55.975 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:07:56.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:55 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:07:54.181827+0000 mgr.smithi080.zyybpm (mgr.14182) 1089 : 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-08T23:07:56.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:55 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:07:54.540314+0000 mgr.smithi080.zyybpm (mgr.14182) 1090 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:56.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:55 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:07:54.181827+0000 mgr.smithi080.zyybpm (mgr.14182) 1089 : 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-08T23:07:56.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:55 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:07:54.540314+0000 mgr.smithi080.zyybpm (mgr.14182) 1090 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:57.315 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:07:57.315 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:07:57.695 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:07:57.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:57 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:07:56.182171+0000 mgr.smithi080.zyybpm (mgr.14182) 1091 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:07:58.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:57 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:07:56.182171+0000 mgr.smithi080.zyybpm (mgr.14182) 1091 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:07:58.696 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:07:58.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:58 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:07:57.308724+0000 mgr.smithi080.zyybpm (mgr.14182) 1092 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:59.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:58 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:07:57.308724+0000 mgr.smithi080.zyybpm (mgr.14182) 1092 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:07:59.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:07:59 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:07:58.182632+0000 mgr.smithi080.zyybpm (mgr.14182) 1093 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:08:00.069 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:08:00.070 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:08:00.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:07:59 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:07:58.182632+0000 mgr.smithi080.zyybpm (mgr.14182) 1093 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:08:00.445 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:08:01.445 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:08:02.081 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:01 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:08:00.063325+0000 mgr.smithi080.zyybpm (mgr.14182) 1094 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:02.081 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:01 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:08:00.183061+0000 mgr.smithi080.zyybpm (mgr.14182) 1095 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:08:02.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:01 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:08:00.063325+0000 mgr.smithi080.zyybpm (mgr.14182) 1094 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:02.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:01 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:08:00.183061+0000 mgr.smithi080.zyybpm (mgr.14182) 1095 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:08:02.802 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:08:02.803 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:08:03.187 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:08:04.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:03 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:08:02.183655+0000 mgr.smithi080.zyybpm (mgr.14182) 1096 : 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-08T23:08:04.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:03 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:08:02.796489+0000 mgr.smithi080.zyybpm (mgr.14182) 1097 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:04.188 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:08:04.219 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:03 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:08:02.183655+0000 mgr.smithi080.zyybpm (mgr.14182) 1096 : 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-08T23:08:04.219 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:03 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:08:02.796489+0000 mgr.smithi080.zyybpm (mgr.14182) 1097 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:05.548 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:08:05.548 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:08:05.927 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:08:06.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:05 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:08:04.184386+0000 mgr.smithi080.zyybpm (mgr.14182) 1098 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:08:06.235 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:05 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:08:04.184386+0000 mgr.smithi080.zyybpm (mgr.14182) 1098 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:08:06.928 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:08:07.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:06 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:08:05.542627+0000 mgr.smithi080.zyybpm (mgr.14182) 1099 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:07.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:06 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:08:05.542627+0000 mgr.smithi080.zyybpm (mgr.14182) 1099 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:07.888 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:08:06.184764+0000 mgr.smithi080.zyybpm (mgr.14182) 1100 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:08:08.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:07 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:08:06.184764+0000 mgr.smithi080.zyybpm (mgr.14182) 1100 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:08:08.280 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:08:08.280 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:08:08.702 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:08:09.703 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:08:09.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:08:08.185251+0000 mgr.smithi080.zyybpm (mgr.14182) 1101 : 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-08T23:08:09.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:08:08.274551+0000 mgr.smithi080.zyybpm (mgr.14182) 1102 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:10.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:08:08.185251+0000 mgr.smithi080.zyybpm (mgr.14182) 1101 : 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-08T23:08:10.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:08:08.274551+0000 mgr.smithi080.zyybpm (mgr.14182) 1102 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:11.104 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:08:11.104 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:08:11.519 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:08:12.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:11 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:08:10.186016+0000 mgr.smithi080.zyybpm (mgr.14182) 1103 : 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-08T23:08:12.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:11 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:08:10.186016+0000 mgr.smithi080.zyybpm (mgr.14182) 1103 : 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-08T23:08:12.521 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:08:13.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:12 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:08:11.098597+0000 mgr.smithi080.zyybpm (mgr.14182) 1104 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:13.229 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:12 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:08:11.098597+0000 mgr.smithi080.zyybpm (mgr.14182) 1104 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:13.928 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:08:13.929 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:08:14.087 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:08:12.186655+0000 mgr.smithi080.zyybpm (mgr.14182) 1105 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:08:14.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:08:12.186655+0000 mgr.smithi080.zyybpm (mgr.14182) 1105 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:08:14.316 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:08:15.317 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:08:15.978 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:15 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:08:13.922148+0000 mgr.smithi080.zyybpm (mgr.14182) 1106 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:15.979 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:15 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:08:14.187320+0000 mgr.smithi080.zyybpm (mgr.14182) 1107 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:08:16.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:15 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:08:13.922148+0000 mgr.smithi080.zyybpm (mgr.14182) 1106 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:16.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:15 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:08:14.187320+0000 mgr.smithi080.zyybpm (mgr.14182) 1107 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:08:16.646 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:08:16.646 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:08:17.049 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:08:18.050 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:08:18.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:17 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:08:16.187700+0000 mgr.smithi080.zyybpm (mgr.14182) 1108 : 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-08T23:08:18.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:17 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:08:16.640245+0000 mgr.smithi080.zyybpm (mgr.14182) 1109 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:18.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:17 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:08:16.187700+0000 mgr.smithi080.zyybpm (mgr.14182) 1108 : 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-08T23:08:18.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:17 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:08:16.640245+0000 mgr.smithi080.zyybpm (mgr.14182) 1109 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:19.430 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:08:19.430 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:08:19.862 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:08:20.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:19 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:08:18.188210+0000 mgr.smithi080.zyybpm (mgr.14182) 1110 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:08:20.286 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:19 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:08:18.188210+0000 mgr.smithi080.zyybpm (mgr.14182) 1110 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:08:20.862 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:08:21.200 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:20 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:08:19.424172+0000 mgr.smithi080.zyybpm (mgr.14182) 1111 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:21.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:20 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:08:19.424172+0000 mgr.smithi080.zyybpm (mgr.14182) 1111 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:22.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:21 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:08:20.188666+0000 mgr.smithi080.zyybpm (mgr.14182) 1112 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:08:22.318 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:08:22.318 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:08:22.345 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:21 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:08:20.188666+0000 mgr.smithi080.zyybpm (mgr.14182) 1112 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:08:22.690 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:08:23.691 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:08:23.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:23 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:08:22.189104+0000 mgr.smithi080.zyybpm (mgr.14182) 1113 : 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-08T23:08:23.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:23 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:08:22.312226+0000 mgr.smithi080.zyybpm (mgr.14182) 1114 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:24.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:23 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:08:22.189104+0000 mgr.smithi080.zyybpm (mgr.14182) 1113 : 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-08T23:08:24.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:23 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:08:22.312226+0000 mgr.smithi080.zyybpm (mgr.14182) 1114 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:25.050 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:08:25.050 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:08:25.440 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:08:26.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:08:24.189580+0000 mgr.smithi080.zyybpm (mgr.14182) 1115 : 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-08T23:08:26.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:25 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:08:24.189580+0000 mgr.smithi080.zyybpm (mgr.14182) 1115 : 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-08T23:08:26.440 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:08:27.102 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:26 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:08:25.044606+0000 mgr.smithi080.zyybpm (mgr.14182) 1116 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:27.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:26 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:08:25.044606+0000 mgr.smithi080.zyybpm (mgr.14182) 1116 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:27.820 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:08:27.820 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:08:28.195 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:27 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:08:26.190088+0000 mgr.smithi080.zyybpm (mgr.14182) 1117 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:08:28.236 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:08:28.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:27 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:08:26.190088+0000 mgr.smithi080.zyybpm (mgr.14182) 1117 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:08:29.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:28 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:08:27.814327+0000 mgr.smithi080.zyybpm (mgr.14182) 1118 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:29.237 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:08:29.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:28 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:08:27.814327+0000 mgr.smithi080.zyybpm (mgr.14182) 1118 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:30.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:29 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:08:28.190545+0000 mgr.smithi080.zyybpm (mgr.14182) 1119 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:08:30.286 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:29 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:08:28.190545+0000 mgr.smithi080.zyybpm (mgr.14182) 1119 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:08:30.638 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:08:30.639 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:08:31.050 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:08:32.051 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:08:32.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:31 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:08:30.190996+0000 mgr.smithi080.zyybpm (mgr.14182) 1120 : 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-08T23:08:32.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:31 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:08:30.632891+0000 mgr.smithi080.zyybpm (mgr.14182) 1121 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:32.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:31 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:08:30.190996+0000 mgr.smithi080.zyybpm (mgr.14182) 1120 : 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-08T23:08:32.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:31 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:08:30.632891+0000 mgr.smithi080.zyybpm (mgr.14182) 1121 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:33.382 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:08:33.382 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:08:33.755 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:08:33.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:33 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:08:32.191490+0000 mgr.smithi080.zyybpm (mgr.14182) 1122 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:08:34.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:33 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:08:32.191490+0000 mgr.smithi080.zyybpm (mgr.14182) 1122 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:08:34.756 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:08:35.130 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:34 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:08:33.375737+0000 mgr.smithi080.zyybpm (mgr.14182) 1123 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:35.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:34 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:08:33.375737+0000 mgr.smithi080.zyybpm (mgr.14182) 1123 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:36.205 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:08:36.205 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:08:36.231 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:35 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:08:34.192270+0000 mgr.smithi080.zyybpm (mgr.14182) 1124 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:08:36.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:35 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:08:34.192270+0000 mgr.smithi080.zyybpm (mgr.14182) 1124 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:08:36.621 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:08:37.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:08:36.192639+0000 mgr.smithi080.zyybpm (mgr.14182) 1125 : 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-08T23:08:37.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:36 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:08:36.197747+0000 mgr.smithi080.zyybpm (mgr.14182) 1126 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:37.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:08:36.192639+0000 mgr.smithi080.zyybpm (mgr.14182) 1125 : 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-08T23:08:37.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:36 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:08:36.197747+0000 mgr.smithi080.zyybpm (mgr.14182) 1126 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:37.622 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:08:38.962 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:08:38.962 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:08:39.336 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:08:39.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:39 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:08:38.193194+0000 mgr.smithi080.zyybpm (mgr.14182) 1127 : 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-08T23:08:40.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:39 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:08:38.193194+0000 mgr.smithi080.zyybpm (mgr.14182) 1127 : 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-08T23:08:40.337 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:08:40.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:40 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:08:38.955832+0000 mgr.smithi080.zyybpm (mgr.14182) 1128 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:41.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:40 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:08:38.955832+0000 mgr.smithi080.zyybpm (mgr.14182) 1128 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:41.720 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:08:41.720 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:08:41.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:41 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:08:40.193788+0000 mgr.smithi080.zyybpm (mgr.14182) 1129 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:08:42.085 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:08:42.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:41 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:08:40.193788+0000 mgr.smithi080.zyybpm (mgr.14182) 1129 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:08:42.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:42 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:08:41.713685+0000 mgr.smithi080.zyybpm (mgr.14182) 1130 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:43.087 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:08:43.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:42 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:08:41.713685+0000 mgr.smithi080.zyybpm (mgr.14182) 1130 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:43.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:43 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:08:42.194184+0000 mgr.smithi080.zyybpm (mgr.14182) 1131 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:08:44.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:43 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:08:42.194184+0000 mgr.smithi080.zyybpm (mgr.14182) 1131 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:08:44.429 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:08:44.429 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:08:44.862 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:08:45.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:45 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:08:44.194648+0000 mgr.smithi080.zyybpm (mgr.14182) 1132 : 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-08T23:08:45.843 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:45 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:08:44.423473+0000 mgr.smithi080.zyybpm (mgr.14182) 1133 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:45.863 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:08:45.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:45 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:08:44.194648+0000 mgr.smithi080.zyybpm (mgr.14182) 1132 : 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-08T23:08:45.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:45 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:08:44.423473+0000 mgr.smithi080.zyybpm (mgr.14182) 1133 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:47.219 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:08:47.219 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:08:47.619 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:08:47.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:47 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:08:46.195003+0000 mgr.smithi080.zyybpm (mgr.14182) 1134 : 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-08T23:08:48.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:47 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:08:46.195003+0000 mgr.smithi080.zyybpm (mgr.14182) 1134 : 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-08T23:08:48.620 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:08:48.961 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:48 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:08:47.213523+0000 mgr.smithi080.zyybpm (mgr.14182) 1135 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:49.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:48 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:08:47.213523+0000 mgr.smithi080.zyybpm (mgr.14182) 1135 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:49.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:49 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:08:48.195477+0000 mgr.smithi080.zyybpm (mgr.14182) 1136 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:08:50.017 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:08:50.018 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:08:50.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:49 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:08:48.195477+0000 mgr.smithi080.zyybpm (mgr.14182) 1136 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:08:50.392 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:08:51.393 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:08:51.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:51 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:08:50.012043+0000 mgr.smithi080.zyybpm (mgr.14182) 1137 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:51.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:51 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:08:50.196122+0000 mgr.smithi080.zyybpm (mgr.14182) 1138 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:08:52.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:51 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:08:50.012043+0000 mgr.smithi080.zyybpm (mgr.14182) 1137 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:52.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:51 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:08:50.196122+0000 mgr.smithi080.zyybpm (mgr.14182) 1138 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:08:52.715 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:08:52.716 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:08:53.124 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:08:53.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:53 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:08:52.196720+0000 mgr.smithi080.zyybpm (mgr.14182) 1139 : 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-08T23:08:53.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:53 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:08:52.709784+0000 mgr.smithi080.zyybpm (mgr.14182) 1140 : audit [DBG] from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:54.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:53 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:08:52.196720+0000 mgr.smithi080.zyybpm (mgr.14182) 1139 : 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-08T23:08:54.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:53 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:08:52.709784+0000 mgr.smithi080.zyybpm (mgr.14182) 1140 : audit [DBG] from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:54.125 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:08:55.467 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:08:55.467 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:08:55.798 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:55 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:08:54.197276+0000 mgr.smithi080.zyybpm (mgr.14182) 1141 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:08:55.841 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:08:56.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:55 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:08:54.197276+0000 mgr.smithi080.zyybpm (mgr.14182) 1141 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:08:56.842 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:08:56.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:56 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:08:55.460516+0000 mgr.smithi080.zyybpm (mgr.14182) 1142 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:57.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:56 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:08:55.460516+0000 mgr.smithi080.zyybpm (mgr.14182) 1142 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:08:57.904 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:57 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:08:56.197624+0000 mgr.smithi080.zyybpm (mgr.14182) 1143 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:08:58.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:57 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:08:56.197624+0000 mgr.smithi080.zyybpm (mgr.14182) 1143 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:08:58.282 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:08:58.283 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:08:58.666 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:08:59.667 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:08:59.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:59 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:08:58.198134+0000 mgr.smithi080.zyybpm (mgr.14182) 1144 : 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-08T23:08:59.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:08:59 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:08:58.276875+0000 mgr.smithi080.zyybpm (mgr.14182) 1145 : audit [DBG] from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:09:00.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:59 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:08:58.198134+0000 mgr.smithi080.zyybpm (mgr.14182) 1144 : 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-08T23:09:00.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:08:59 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:08:58.276875+0000 mgr.smithi080.zyybpm (mgr.14182) 1145 : audit [DBG] from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:09:01.075 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:09:01.076 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:09:01.448 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:09:01.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:01 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:09:00.198509+0000 mgr.smithi080.zyybpm (mgr.14182) 1146 : 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-08T23:09:02.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:01 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:09:00.198509+0000 mgr.smithi080.zyybpm (mgr.14182) 1146 : 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-08T23:09:02.495 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:09:02.833 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:02 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:09:01.068960+0000 mgr.smithi080.zyybpm (mgr.14182) 1147 : audit [DBG] from='client.16192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:09:03.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:02 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:09:01.068960+0000 mgr.smithi080.zyybpm (mgr.14182) 1147 : audit [DBG] from='client.16192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:09:03.850 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:09:03.851 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:09:03.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:03 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:09:02.198959+0000 mgr.smithi080.zyybpm (mgr.14182) 1148 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:09:04.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:03 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:09:02.198959+0000 mgr.smithi080.zyybpm (mgr.14182) 1148 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:09:04.274 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:09:04.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:04 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:09:03.844689+0000 mgr.smithi080.zyybpm (mgr.14182) 1149 : audit [DBG] from='client.16196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:09:05.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:04 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:09:03.844689+0000 mgr.smithi080.zyybpm (mgr.14182) 1149 : audit [DBG] from='client.16196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:09:05.275 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:09:05.925 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:05 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:09:04.199411+0000 mgr.smithi080.zyybpm (mgr.14182) 1150 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:09:06.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:05 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:09:04.199411+0000 mgr.smithi080.zyybpm (mgr.14182) 1150 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:09:06.618 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:09:06.619 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:09:06.997 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:09:07.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:09:06.199905+0000 mgr.smithi080.zyybpm (mgr.14182) 1151 : 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-08T23:09:07.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:07 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:09:06.612596+0000 mgr.smithi080.zyybpm (mgr.14182) 1152 : audit [DBG] from='client.16200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:09:07.997 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:09:08.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:07 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:09:06.199905+0000 mgr.smithi080.zyybpm (mgr.14182) 1151 : 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-08T23:09:08.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:07 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:09:06.612596+0000 mgr.smithi080.zyybpm (mgr.14182) 1152 : audit [DBG] from='client.16200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:09:09.330 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:09:09.330 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:09:09.712 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:09:09.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:09 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:09:08.200335+0000 mgr.smithi080.zyybpm (mgr.14182) 1153 : 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-08T23:09:10.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:09 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:09:08.200335+0000 mgr.smithi080.zyybpm (mgr.14182) 1153 : 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-08T23:09:10.713 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:09:11.047 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:10 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:09:09.324106+0000 mgr.smithi080.zyybpm (mgr.14182) 1154 : audit [DBG] from='client.16204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:09:11.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:10 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:09:09.324106+0000 mgr.smithi080.zyybpm (mgr.14182) 1154 : audit [DBG] from='client.16204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:09:11.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:11 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:09:10.200998+0000 mgr.smithi080.zyybpm (mgr.14182) 1155 : 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-08T23:09:12.063 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:09:12.063 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:09:12.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:11 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:09:10.200998+0000 mgr.smithi080.zyybpm (mgr.14182) 1155 : 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-08T23:09:12.480 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:09:13.481 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:09:14.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:09:12.057102+0000 mgr.smithi080.zyybpm (mgr.14182) 1156 : audit [DBG] from='client.16208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:09:14.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:13 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:09:12.201397+0000 mgr.smithi080.zyybpm (mgr.14182) 1157 : 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-08T23:09:14.132 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:09:12.057102+0000 mgr.smithi080.zyybpm (mgr.14182) 1156 : audit [DBG] from='client.16208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:09:14.132 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:13 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:09:12.201397+0000 mgr.smithi080.zyybpm (mgr.14182) 1157 : 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-08T23:09:14.849 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:09:14.849 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:00:39.407903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.tzujte on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:09:15.228 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:09:16.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:15 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:09:14.201927+0000 mgr.smithi080.zyybpm (mgr.14182) 1158 : 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-08T23:09:16.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:15 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:09:14.843342+0000 mgr.smithi080.zyybpm (mgr.14182) 1159 : audit [DBG] from='client.16212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:09:16.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:15 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:09:15.387013+0000 mon.smithi080 (mon.0) 712 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.hfgtwn"}]: dispatch 2023-12-08T23:09:16.229 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:09:16.235 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:15 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:09:14.201927+0000 mgr.smithi080.zyybpm (mgr.14182) 1158 : 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-08T23:09:16.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:15 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:09:14.843342+0000 mgr.smithi080.zyybpm (mgr.14182) 1159 : audit [DBG] from='client.16212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:09:16.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:15 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:09:15.387013+0000 mon.smithi080 (mon.0) 712 : audit [INF] from='mgr.14182 172.21.15.80:0/3841991861' entity='mgr.smithi080.zyybpm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.hfgtwn"}]: dispatch 2023-12-08T23:09:16.932 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T23:09:15.386475+0000 mgr.smithi080.zyybpm (mgr.14182) 1160 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-hfgtwn 2023-12-08T23:09:16.932 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-hfgtwn 2023-12-08T23:09:16.932 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.hfgtwn 2023-12-08T23:09:16.932 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.hfgtwn 2023-12-08T23:09:16.933 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Deploy daemon haproxy.nfs.foo.smithi150.hfgtwn ... 2023-12-08T23:09:16.933 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:09:16.933 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T23:09:16.933 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T23:07:22Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T23:09:16.933 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T23:08:00Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:09:16.933 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T23:08:37Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T23:09:16.933 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-08T23:09:16.933 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:09:16.933 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Traceback (most recent call last): 2023-12-08T23:09:16.933 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T23:09:16.933 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: yield (conn, connr) 2023-12-08T23:09:16.933 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T23:09:16.933 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: code, '\n'.join(err))) 2023-12-08T23:09:16.933 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-hfgtwn 2023-12-08T23:09:16.934 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-hfgtwn 2023-12-08T23:09:16.934 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.hfgtwn 2023-12-08T23:09:16.934 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.hfgtwn 2023-12-08T23:09:16.934 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Deploy daemon haproxy.nfs.foo.smithi150.hfgtwn ... 2023-12-08T23:09:16.934 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:09:16.934 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T23:09:16.934 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T23:07:22Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T23:09:16.934 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T23:08:00Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:09:16.934 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T23:08:37Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T23:09:16.934 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-08T23:09:16.934 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:09:16.934 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T23:09:15.386677+0000 mgr.smithi080.zyybpm (mgr.14182) 1161 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.hfgtwn 2023-12-08T23:09:16.934 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T23:09:15.387555+0000 mgr.smithi080.zyybpm (mgr.14182) 1162 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.hfgtwn on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-hfgtwn 2023-12-08T23:09:16.935 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-hfgtwn 2023-12-08T23:09:16.935 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.hfgtwn 2023-12-08T23:09:16.935 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.hfgtwn 2023-12-08T23:09:16.935 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: Deploy daemon haproxy.nfs.foo.smithi150.hfgtwn ... 2023-12-08T23:09:16.935 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:09:16.935 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T23:09:16.935 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T23:07:22Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T23:09:16.935 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T23:08:00Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:09:16.935 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: stat: stderr time="2023-12-08T23:08:37Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T23:09:16.935 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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-08T23:09:16.935 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:09:16.935 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:16 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cephadm 2023-12-08T23:09:15.388896+0000 mgr.smithi080.zyybpm (mgr.14182) 1163 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi080.fnydgn on smithi080 2023-12-08T23:09:17.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T23:09:15.386475+0000 mgr.smithi080.zyybpm (mgr.14182) 1160 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-hfgtwn 2023-12-08T23:09:17.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-hfgtwn 2023-12-08T23:09:17.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.hfgtwn 2023-12-08T23:09:17.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.hfgtwn 2023-12-08T23:09:17.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Deploy daemon haproxy.nfs.foo.smithi150.hfgtwn ... 2023-12-08T23:09:17.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:09:17.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T23:09:17.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T23:07:22Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T23:09:17.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T23:08:00Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:09:17.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T23:08:37Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T23:09:17.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-08T23:09:17.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:09:17.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Traceback (most recent call last): 2023-12-08T23:09:17.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T23:09:17.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: yield (conn, connr) 2023-12-08T23:09:17.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T23:09:17.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: code, '\n'.join(err))) 2023-12-08T23:09:17.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-hfgtwn 2023-12-08T23:09:17.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-hfgtwn 2023-12-08T23:09:17.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.hfgtwn 2023-12-08T23:09:17.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.hfgtwn 2023-12-08T23:09:17.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Deploy daemon haproxy.nfs.foo.smithi150.hfgtwn ... 2023-12-08T23:09:17.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:09:17.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T23:09:17.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T23:07:22Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T23:09:17.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T23:08:00Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:09:17.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T23:08:37Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T23:09:17.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-08T23:09:17.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:09:17.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T23:09:15.386677+0000 mgr.smithi080.zyybpm (mgr.14182) 1161 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.hfgtwn 2023-12-08T23:09:17.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T23:09:15.387555+0000 mgr.smithi080.zyybpm (mgr.14182) 1162 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.hfgtwn on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-hfgtwn 2023-12-08T23:09:17.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-hfgtwn 2023-12-08T23:09:17.096 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.hfgtwn 2023-12-08T23:09:17.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: /bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.hfgtwn 2023-12-08T23:09:17.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: Deploy daemon haproxy.nfs.foo.smithi150.hfgtwn ... 2023-12-08T23:09:17.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:09:17.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T23:09:17.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T23:07:22Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T23:09:17.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T23:08:00Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T23:09:17.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: stat: stderr time="2023-12-08T23:08:37Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T23:09:17.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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-08T23:09:17.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T23:09:17.097 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:16 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cephadm 2023-12-08T23:09:15.388896+0000 mgr.smithi080.zyybpm (mgr.14182) 1163 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi080.fnydgn on smithi080 2023-12-08T23:09:17.662 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:09:17.662 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:09:15.387475Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.hfgtwn on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-hfgtwn\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-hfgtwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.hfgtwn\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.hfgtwn\nDeploy daemon haproxy.nfs.foo.smithi150.hfgtwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:07:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:08:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:08:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:09:17.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:17 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:09:16.202437+0000 mgr.smithi080.zyybpm (mgr.14182) 1164 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:09:18.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:17 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:09:16.202437+0000 mgr.smithi080.zyybpm (mgr.14182) 1164 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:09:18.188 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:09:19.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:18 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:09:17.656411+0000 mgr.smithi080.zyybpm (mgr.14182) 1165 : audit [DBG] from='client.16216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:09:19.189 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:09:19.222 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:18 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:09:17.656411+0000 mgr.smithi080.zyybpm (mgr.14182) 1165 : audit [DBG] from='client.16216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:09:20.043 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:19 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:09:18.203189+0000 mgr.smithi080.zyybpm (mgr.14182) 1166 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:09:20.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:19 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:09:18.203189+0000 mgr.smithi080.zyybpm (mgr.14182) 1166 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:09:20.576 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:09:20.576 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:09:15.387475Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.hfgtwn on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-hfgtwn\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-hfgtwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.hfgtwn\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.hfgtwn\nDeploy daemon haproxy.nfs.foo.smithi150.hfgtwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:07:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:08:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:08:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:09:20.950 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:09:21.952 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:09:22.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:21 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:09:20.203612+0000 mgr.smithi080.zyybpm (mgr.14182) 1167 : 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-08T23:09:22.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:21 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:09:20.569996+0000 mgr.smithi080.zyybpm (mgr.14182) 1168 : audit [DBG] from='client.16220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:09:22.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:21 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:09:20.203612+0000 mgr.smithi080.zyybpm (mgr.14182) 1167 : 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-08T23:09:22.236 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:21 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:09:20.569996+0000 mgr.smithi080.zyybpm (mgr.14182) 1168 : audit [DBG] from='client.16220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:09:23.320 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:09:23.320 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:09:15.387475Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.hfgtwn on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-hfgtwn\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-hfgtwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.hfgtwn\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.hfgtwn\nDeploy daemon haproxy.nfs.foo.smithi150.hfgtwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:07:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:08:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:08:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:09:23.742 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:09:23.986 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:23 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:09:22.204034+0000 mgr.smithi080.zyybpm (mgr.14182) 1169 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:09:24.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:23 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:09:22.204034+0000 mgr.smithi080.zyybpm (mgr.14182) 1169 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:09:24.743 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:09:25.061 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:24 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:09:23.313486+0000 mgr.smithi080.zyybpm (mgr.14182) 1170 : audit [DBG] from='client.16224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:09:25.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:24 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:09:23.313486+0000 mgr.smithi080.zyybpm (mgr.14182) 1170 : audit [DBG] from='client.16224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:09:26.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:25 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:09:24.204604+0000 mgr.smithi080.zyybpm (mgr.14182) 1171 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:09:26.151 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:09:26.151 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:09:15.387475Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.hfgtwn on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-hfgtwn\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-hfgtwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.hfgtwn\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.hfgtwn\nDeploy daemon haproxy.nfs.foo.smithi150.hfgtwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:07:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:08:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:08:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:09:26.178 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:25 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:09:24.204604+0000 mgr.smithi080.zyybpm (mgr.14182) 1171 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T23:09:26.533 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:09:27.534 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T23:09:27.877 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:27 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: audit 2023-12-08T23:09:26.144704+0000 mgr.smithi080.zyybpm (mgr.14182) 1172 : audit [DBG] from='client.16228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:09:27.877 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:27 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:09:26.205039+0000 mgr.smithi080.zyybpm (mgr.14182) 1173 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:09:28.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:27 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: audit 2023-12-08T23:09:26.144704+0000 mgr.smithi080.zyybpm (mgr.14182) 1172 : audit [DBG] from='client.16228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T23:09:28.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:27 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:09:26.205039+0000 mgr.smithi080.zyybpm (mgr.14182) 1173 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T23:09:29.028 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-08T23:09:29.028 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:46:54.580604Z", "last_refresh": "2023-12-08T23:06:45.869270Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:46:50.637317Z", "last_refresh": "2023-12-08T23:06:43.134131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:46:52.788893Z", "last_refresh": "2023-12-08T23:06:45.869389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T23:03:12.739990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.dvgwwb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-dvgwwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.dvgwwb\nDeploy daemon haproxy.nfs.foo.smithi150.dvgwwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:01:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.857839Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.ivgltl on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi080-ivgltl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi080.ivgltl\nDeploy daemon haproxy.nfs.foo.smithi080.ivgltl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:03:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:04:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:05:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T23:05:41.859730Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.hvbmhw on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:05:41.860769Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hfoxuf on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T23:09:15.387475Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.hfgtwn on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-hfgtwn\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi150-hfgtwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.hfgtwn\n/bin/podman: stderr Error: no such container ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi150.hfgtwn\nDeploy daemon haproxy.nfs.foo.smithi150.hfgtwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T23:07:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:08:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T23:08:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-08T22:50:29.607283Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"events": ["2023-12-08T22:50:25.561378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T22:50:25.556101Z", "last_refresh": "2023-12-08T23:06:43.134706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:46:49.699712Z", "last_refresh": "2023-12-08T23:06:43.134284Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:47:51.444076Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:47:51.441408Z", "last_refresh": "2023-12-08T23:06:43.134352Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:50:29.606023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T22:50:29.602344Z", "last_refresh": "2023-12-08T23:06:45.869847Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:46:53.698298Z", "last_refresh": "2023-12-08T23:06:43.134413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:48:19.399019Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T22:48:19.394903Z", "last_refresh": "2023-12-08T23:06:43.134472Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:46:51.658145Z", "last_refresh": "2023-12-08T23:06:45.869503Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T23:09:29.399 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T23:09:29.400 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-08T23:09:29.509 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=f128149f67b245029945615ee55b9524 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-08T23:09:29.511 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-12-08T23:09:29.520 INFO:tasks.vip:Removing 10.0.15.80 (and any VIPs) on smithi080.front.sepia.ceph.com iface enp3s0f1... 2023-12-08T23:09:29.521 DEBUG:teuthology.orchestra.run.smithi080:> sudo ip addr del 10.0.15.80/16 dev enp3s0f1 2023-12-08T23:09:29.555 DEBUG:teuthology.orchestra.run.smithi080:> sudo ip addr del 10.0.31.80/16 dev enp3s0f1 2023-12-08T23:09:29.622 INFO:teuthology.orchestra.run.smithi080.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-08T23:09:29.622 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-08T23:09:29.623 INFO:tasks.vip:Removing 10.0.15.150 (and any VIPs) on smithi150.front.sepia.ceph.com iface enp3s0f1... 2023-12-08T23:09:29.623 DEBUG:teuthology.orchestra.run.smithi150:> sudo ip addr del 10.0.15.150/16 dev enp3s0f1 2023-12-08T23:09:29.662 DEBUG:teuthology.orchestra.run.smithi150:> sudo ip addr del 10.0.31.80/16 dev enp3s0f1 2023-12-08T23:09:29.733 INFO:teuthology.orchestra.run.smithi150.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-08T23:09:29.733 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-08T23:09:29.734 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-08T23:09:29.744 INFO:tasks.cephadm:Teardown begin 2023-12-08T23:09:29.745 DEBUG:teuthology.orchestra.run.smithi080:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-08T23:09:29.772 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-08T23:09:29.804 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-08T23:09:29.805 DEBUG:teuthology.orchestra.run.smithi080:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-08T23:09:29.829 DEBUG:teuthology.orchestra.run.smithi150:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-08T23:09:29.863 INFO:tasks.cephadm:Stopping all daemons... 2023-12-08T23:09:29.864 INFO:tasks.cephadm.mon.smithi080:Stopping mon.smithi080... 2023-12-08T23:09:29.864 DEBUG:teuthology.orchestra.run.smithi080:> sudo systemctl stop ceph-7a8ac49e-961b-11ee-95a3-87774f69a715@mon.smithi080 2023-12-08T23:09:29.894 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:29 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: cluster 2023-12-08T23:09:28.205548+0000 mgr.smithi080.zyybpm (mgr.14182) 1174 : 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-08T23:09:30.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:29 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: cluster 2023-12-08T23:09:28.205548+0000 mgr.smithi080.zyybpm (mgr.14182) 1174 : 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-08T23:09:30.227 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:29 smithi080 systemd[1]: Stopping Ceph mon.smithi080 for 7a8ac49e-961b-11ee-95a3-87774f69a715... 2023-12-08T23:09:30.227 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:29 smithi080 bash[233232]: Error: no container with name or ID "ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon.smithi080" found: no such container 2023-12-08T23:09:30.227 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T23:09:30.099+0000 7f1e3a780700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi080 -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-08T23:09:30.227 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:30 smithi080 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080[108174]: debug 2023-12-08T23:09:30.099+0000 7f1e3a780700 -1 mon.smithi080@0(leader) e2 *** Got Signal Terminated *** 2023-12-08T23:09:30.797 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 08 23:09:30 smithi080 bash[233270]: ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi080 2023-12-08T23:09:30.804 DEBUG:teuthology.orchestra.run.smithi080:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7a8ac49e-961b-11ee-95a3-87774f69a715@mon.smithi080.service' 2023-12-08T23:09:30.895 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T23:09:30.896 INFO:tasks.cephadm.mon.smithi080:Stopped mon.smithi080 2023-12-08T23:09:30.896 INFO:tasks.cephadm.mon.smithi150:Stopping mon.smithi150... 2023-12-08T23:09:30.896 DEBUG:teuthology.orchestra.run.smithi150:> sudo systemctl stop ceph-7a8ac49e-961b-11ee-95a3-87774f69a715@mon.smithi150 2023-12-08T23:09:31.315 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:30 smithi150 systemd[1]: Stopping Ceph mon.smithi150 for 7a8ac49e-961b-11ee-95a3-87774f69a715... 2023-12-08T23:09:31.316 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:30 smithi150 bash[132716]: Error: no container with name or ID "ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon.smithi150" found: no such container 2023-12-08T23:09:31.316 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:31 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T23:09:31.161+0000 7f69d2c5e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi150 -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-08T23:09:31.316 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:31 smithi150 ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150[112202]: debug 2023-12-08T23:09:31.161+0000 7f69d2c5e700 -1 mon.smithi150@1(peon) e2 *** Got Signal Terminated *** 2023-12-08T23:09:31.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 08 23:09:31 smithi150 bash[132756]: ceph-7a8ac49e-961b-11ee-95a3-87774f69a715-mon-smithi150 2023-12-08T23:09:31.639 DEBUG:teuthology.orchestra.run.smithi150:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7a8ac49e-961b-11ee-95a3-87774f69a715@mon.smithi150.service' 2023-12-08T23:09:31.696 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T23:09:31.696 INFO:tasks.cephadm.mon.smithi150:Stopped mon.smithi150 2023-12-08T23:09:31.696 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 --force --keep-logs 2023-12-08T23:12:31.657 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 --force --keep-logs 2023-12-08T23:13:11.697 DEBUG:teuthology.orchestra.run.smithi080:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-08T23:13:11.737 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-08T23:13:11.767 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-08T23:13:11.769 DEBUG:teuthology.misc:Transferring archived files from smithi080:/var/lib/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-08_21:24:43-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7485130/remote/ubuntu@smithi080.front.sepia.ceph.com/crash 2023-12-08T23:13:11.770 DEBUG:teuthology.orchestra.run.smithi080:> sudo tar c -f - -C /var/lib/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/crash -- . 2023-12-08T23:13:11.829 INFO:teuthology.orchestra.run.smithi080.stderr:tar: /var/lib/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/crash: Cannot open: No such file or directory 2023-12-08T23:13:11.830 INFO:teuthology.orchestra.run.smithi080.stderr:tar: Error is not recoverable: exiting now 2023-12-08T23:13:11.835 DEBUG:teuthology.misc:Transferring archived files from smithi150:/var/lib/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-08_21:24:43-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7485130/remote/ubuntu@smithi150.front.sepia.ceph.com/crash 2023-12-08T23:13:11.836 DEBUG:teuthology.orchestra.run.smithi150:> sudo tar c -f - -C /var/lib/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/crash -- . 2023-12-08T23:13:11.882 INFO:teuthology.orchestra.run.smithi150.stderr:tar: /var/lib/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/crash: Cannot open: No such file or directory 2023-12-08T23:13:11.883 INFO:teuthology.orchestra.run.smithi150.stderr:tar: Error is not recoverable: exiting now 2023-12-08T23:13:11.884 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-08T23:13:11.884 DEBUG:teuthology.orchestra.run.smithi080:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-08T23:13:11.917 INFO:teuthology.orchestra.run.smithi080.stderr:grep: /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph.log: No such file or directory 2023-12-08T23:13:11.919 INFO:tasks.cephadm:Compressing logs... 2023-12-08T23:13:11.919 DEBUG:teuthology.orchestra.run.smithi080:> 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-08T23:13:11.961 DEBUG:teuthology.orchestra.run.smithi150:> 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-08T23:13:11.989 INFO:teuthology.orchestra.run.smithi150.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-08T23:13:11.989 INFO:teuthology.orchestra.run.smithi150.stderr:: No such file or directory 2023-12-08T23:13:11.989 INFO:teuthology.orchestra.run.smithi150.stderr:gzip -5 --verbose -- /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-osd.6.log 2023-12-08T23:13:11.990 INFO:teuthology.orchestra.run.smithi150.stderr:gzip -5 --verbose -- /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-volume.log 2023-12-08T23:13:11.990 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-mon.smithi150.log 2023-12-08T23:13:11.991 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-osd.3.log 2023-12-08T23:13:11.991 INFO:teuthology.orchestra.run.smithi150.stderr:gzip -5 --verbose -- /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-osd.0.log 2023-12-08T23:13:11.991 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-mon.smithi150.log: /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-mds.foofs.smithi150.yronpz.log 2023-12-08T23:13:11.991 INFO:teuthology.orchestra.run.smithi080.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-08T23:13:11.992 INFO:teuthology.orchestra.run.smithi080.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-08T23:13:11.992 INFO:teuthology.orchestra.run.smithi080.stderr:gzip -5 --verbose -- /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-mds.foofs.smithi080.tgziyh.log 2023-12-08T23:13:11.993 INFO:teuthology.orchestra.run.smithi080.stderr:gzip -5 --verbose -- /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-mgr.smithi080.zyybpm.log 2023-12-08T23:13:11.993 INFO:teuthology.orchestra.run.smithi080.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-volume.log 2023-12-08T23:13:11.993 INFO:teuthology.orchestra.run.smithi080.stderr:/var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-mds.foofs.smithi080.tgziyh.log: /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-mgr.smithi080.zyybpm.log: gzip -5 --verbose -- /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-osd.2.log 2023-12-08T23:13:11.993 INFO:teuthology.orchestra.run.smithi080.stderr: 59.8% -- replaced with /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-mds.foofs.smithi080.tgziyh.log.gz 2023-12-08T23:13:11.993 INFO:teuthology.orchestra.run.smithi080.stderr:/var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-osd.7.log 2023-12-08T23:13:11.994 INFO:teuthology.orchestra.run.smithi080.stderr:/var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-mon.smithi080.log 2023-12-08T23:13:11.994 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-osd.0.log: /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-mds.foofs.smithi150.yronpz.log: 87.2% -- replaced with /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-mds.foofs.smithi150.yronpz.log.gz 2023-12-08T23:13:11.994 INFO:teuthology.orchestra.run.smithi150.stderr:gzip -5 --verbose -- /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-mgr.smithi150.ontdak.log 2023-12-08T23:13:11.995 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-mgr.smithi150.ontdak.log: gzip -5 --verbose -- /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-osd.4.log 2023-12-08T23:13:11.995 INFO:teuthology.orchestra.run.smithi150.stderr: 90.7% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-08T23:13:11.995 INFO:teuthology.orchestra.run.smithi080.stderr:/var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-osd.5.log 2023-12-08T23:13:11.996 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-osd.4.log: 92.5% -- replaced with /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-volume.log.gz 2023-12-08T23:13:11.999 INFO:teuthology.orchestra.run.smithi150.stderr: 93.2% -- replaced with /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-mgr.smithi150.ontdak.log.gz 2023-12-08T23:13:12.001 INFO:teuthology.orchestra.run.smithi080.stderr:/var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-mon.smithi080.log: /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-osd.5.log: 92.6% -- replaced with /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-volume.log.gz 2023-12-08T23:13:12.003 INFO:teuthology.orchestra.run.smithi080.stderr:gzip -5 --verbose -- /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-osd.1.log 2023-12-08T23:13:12.029 INFO:teuthology.orchestra.run.smithi080.stderr:/var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-osd.1.log: 94.6% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-08T23:13:12.212 INFO:teuthology.orchestra.run.smithi150.stderr: 92.3% -- replaced with /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-mon.smithi150.log.gz 2023-12-08T23:13:12.269 INFO:teuthology.orchestra.run.smithi080.stderr: 90.0% -- replaced with /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-mgr.smithi080.zyybpm.log.gz 2023-12-08T23:13:12.400 INFO:teuthology.orchestra.run.smithi080.stderr: 93.2% -- replaced with /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-osd.2.log.gz 2023-12-08T23:13:12.417 INFO:teuthology.orchestra.run.smithi150.stderr: 92.7% -- replaced with /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-osd.6.log.gz 2023-12-08T23:13:12.419 INFO:teuthology.orchestra.run.smithi150.stderr: 93.2% -- replaced with /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-osd.0.log.gz 2023-12-08T23:13:12.466 INFO:teuthology.orchestra.run.smithi150.stderr: 92.8% -- replaced with /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-osd.4.log.gz 2023-12-08T23:13:12.479 INFO:teuthology.orchestra.run.smithi080.stderr: 92.6% -- replaced with /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-osd.1.log.gz 2023-12-08T23:13:12.505 INFO:teuthology.orchestra.run.smithi080.stderr: 93.2% -- replaced with /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-osd.5.log.gz 2023-12-08T23:13:12.573 INFO:teuthology.orchestra.run.smithi150.stderr: 93.1% -- replaced with /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-osd.3.log.gz 2023-12-08T23:13:12.575 INFO:teuthology.orchestra.run.smithi150.stderr: 2023-12-08T23:13:12.575 INFO:teuthology.orchestra.run.smithi150.stderr:real 0m0.597s 2023-12-08T23:13:12.575 INFO:teuthology.orchestra.run.smithi150.stderr:user 0m2.090s 2023-12-08T23:13:12.575 INFO:teuthology.orchestra.run.smithi150.stderr:sys 0m0.089s 2023-12-08T23:13:12.635 INFO:teuthology.orchestra.run.smithi080.stderr: 93.4% -- replaced with /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-osd.7.log.gz 2023-12-08T23:13:12.643 INFO:teuthology.orchestra.run.smithi080.stderr: 89.9% -- replaced with /var/log/ceph/7a8ac49e-961b-11ee-95a3-87774f69a715/ceph-mon.smithi080.log.gz 2023-12-08T23:13:12.644 INFO:teuthology.orchestra.run.smithi080.stderr: 2023-12-08T23:13:12.645 INFO:teuthology.orchestra.run.smithi080.stderr:real 0m0.665s 2023-12-08T23:13:12.645 INFO:teuthology.orchestra.run.smithi080.stderr:user 0m2.901s 2023-12-08T23:13:12.645 INFO:teuthology.orchestra.run.smithi080.stderr:sys 0m0.128s 2023-12-08T23:13:12.645 INFO:tasks.cephadm:Archiving logs... 2023-12-08T23:13:12.645 DEBUG:teuthology.misc:Transferring archived files from smithi080:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-08_21:24:43-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7485130/remote/ubuntu@smithi080.front.sepia.ceph.com/log 2023-12-08T23:13:12.646 DEBUG:teuthology.orchestra.run.smithi080:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-08T23:13:13.144 DEBUG:teuthology.misc:Transferring archived files from smithi150:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-08_21:24:43-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7485130/remote/ubuntu@smithi150.front.sepia.ceph.com/log 2023-12-08T23:13:13.145 DEBUG:teuthology.orchestra.run.smithi150:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-08T23:13:13.482 INFO:tasks.cephadm:Removing cluster... 2023-12-08T23:13:13.482 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 --force 2023-12-08T23:13:13.847 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7a8ac49e-961b-11ee-95a3-87774f69a715 --force 2023-12-08T23:13:14.223 INFO:tasks.cephadm:Removing cephadm ... 2023-12-08T23:13:14.223 DEBUG:teuthology.orchestra.run.smithi080:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-08T23:13:14.242 DEBUG:teuthology.orchestra.run.smithi150:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-08T23:13:14.260 INFO:tasks.cephadm:Teardown complete 2023-12-08T23:13:14.261 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-12-08T23:13:14.271 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi080:/dev/vg_nvme/lv_1... 2023-12-08T23:13:14.272 DEBUG:teuthology.orchestra.run.smithi080:> sudo nvme disconnect -n lv_1 2023-12-08T23:13:14.416 INFO:teuthology.orchestra.run.smithi080.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-08T23:13:14.417 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T23:13:14.418 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi080:/dev/vg_nvme/lv_2... 2023-12-08T23:13:14.418 DEBUG:teuthology.orchestra.run.smithi080:> sudo nvme disconnect -n lv_2 2023-12-08T23:13:14.541 INFO:teuthology.orchestra.run.smithi080.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-08T23:13:14.542 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T23:13:14.543 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi080:/dev/vg_nvme/lv_3... 2023-12-08T23:13:14.543 DEBUG:teuthology.orchestra.run.smithi080:> sudo nvme disconnect -n lv_3 2023-12-08T23:13:14.674 INFO:teuthology.orchestra.run.smithi080.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-08T23:13:14.676 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T23:13:14.676 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi080:/dev/vg_nvme/lv_4... 2023-12-08T23:13:14.676 DEBUG:teuthology.orchestra.run.smithi080:> sudo nvme disconnect -n lv_4 2023-12-08T23:13:14.790 INFO:teuthology.orchestra.run.smithi080.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-08T23:13:14.791 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T23:13:14.791 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2023-12-08T23:13:14.791 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/scratch_devs 2023-12-08T23:13:14.818 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi150:/dev/vg_nvme/lv_1... 2023-12-08T23:13:14.818 DEBUG:teuthology.orchestra.run.smithi150:> sudo nvme disconnect -n lv_1 2023-12-08T23:13:14.954 INFO:teuthology.orchestra.run.smithi150.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-08T23:13:14.955 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T23:13:14.955 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi150:/dev/vg_nvme/lv_2... 2023-12-08T23:13:14.956 DEBUG:teuthology.orchestra.run.smithi150:> sudo nvme disconnect -n lv_2 2023-12-08T23:13:15.107 INFO:teuthology.orchestra.run.smithi150.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-08T23:13:15.108 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T23:13:15.108 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi150:/dev/vg_nvme/lv_3... 2023-12-08T23:13:15.108 DEBUG:teuthology.orchestra.run.smithi150:> sudo nvme disconnect -n lv_3 2023-12-08T23:13:15.226 INFO:teuthology.orchestra.run.smithi150.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-08T23:13:15.228 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T23:13:15.229 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi150:/dev/vg_nvme/lv_4... 2023-12-08T23:13:15.229 DEBUG:teuthology.orchestra.run.smithi150:> sudo nvme disconnect -n lv_4 2023-12-08T23:13:15.347 INFO:teuthology.orchestra.run.smithi150.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-08T23:13:15.349 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T23:13:15.349 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-12-08T23:13:15.349 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/scratch_devs 2023-12-08T23:13:15.377 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-08T23:13:15.388 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-08T23:13:15.388 DEBUG:teuthology.orchestra.run.smithi080:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-08T23:13:15.391 DEBUG:teuthology.orchestra.run.smithi150:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-08T23:13:15.407 INFO:teuthology.orchestra.run.smithi080.stderr:bash: ntpq: command not found 2023-12-08T23:13:15.411 INFO:teuthology.orchestra.run.smithi080.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-08T23:13:15.411 INFO:teuthology.orchestra.run.smithi080.stdout:=============================================================================== 2023-12-08T23:13:15.412 INFO:teuthology.orchestra.run.smithi080.stdout:^+ hv01.front.sepia.ceph.com 2 7 377 71 +1100us[+1085us] +/- 108ms 2023-12-08T23:13:15.412 INFO:teuthology.orchestra.run.smithi080.stdout:^* hv02.front.sepia.ceph.com 3 7 377 12 -1115us[-1124us] +/- 55ms 2023-12-08T23:13:15.412 INFO:teuthology.orchestra.run.smithi080.stdout:^+ hv03.front.sepia.ceph.com 3 7 377 73 +572us[ +557us] +/- 75ms 2023-12-08T23:13:15.412 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T23:13:15.435 INFO:teuthology.orchestra.run.smithi150.stderr:bash: ntpq: command not found 2023-12-08T23:13:15.439 INFO:teuthology.orchestra.run.smithi150.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-08T23:13:15.439 INFO:teuthology.orchestra.run.smithi150.stdout:=============================================================================== 2023-12-08T23:13:15.440 INFO:teuthology.orchestra.run.smithi150.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 10 +1097us[+1104us] +/- 109ms 2023-12-08T23:13:15.440 INFO:teuthology.orchestra.run.smithi150.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 11 -1112us[-1105us] +/- 55ms 2023-12-08T23:13:15.440 INFO:teuthology.orchestra.run.smithi150.stdout:^* hv03.front.sepia.ceph.com 3 6 377 6 +598us[ +604us] +/- 64ms 2023-12-08T23:13:15.440 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T23:13:15.441 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-08T23:13:15.451 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-08T23:13:15.451 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-08T23:13:15.461 DEBUG:teuthology.orchestra.run.smithi080:> 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-08T23:13:15.560 DEBUG:teuthology.orchestra.run.smithi150:> 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-08T23:13:15.649 DEBUG:teuthology.orchestra.run.smithi080:> 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-08T23:13:15.682 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T23:13:15.682 DEBUG:teuthology.orchestra.run.smithi150:> 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-08T23:13:15.713 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T23:13:15.714 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-08T23:13:15.724 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-08T23:13:15.739 INFO:teuthology.task.internal:Duration was 2156.229566 seconds 2023-12-08T23:13:15.739 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-08T23:13:15.749 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-08T23:13:15.749 DEBUG:teuthology.orchestra.run.smithi080:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-08T23:13:15.752 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-08T23:13:15.795 INFO:teuthology.orchestra.run.smithi080.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-08T23:13:15.800 INFO:teuthology.orchestra.run.smithi150.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-08T23:13:16.247 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-08T23:13:16.247 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi080.front.sepia.ceph.com 2023-12-08T23:13:16.247 DEBUG:teuthology.orchestra.run.smithi080:> 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-08T23:13:16.270 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi150.front.sepia.ceph.com 2023-12-08T23:13:16.270 DEBUG:teuthology.orchestra.run.smithi150:> 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-08T23:13:16.294 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-08T23:13:16.294 DEBUG:teuthology.orchestra.run.smithi080:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-08T23:13:16.312 DEBUG:teuthology.orchestra.run.smithi150:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-08T23:13:16.385 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-08T23:13:16.385 DEBUG:teuthology.orchestra.run.smithi080:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-08T23:13:16.388 DEBUG:teuthology.orchestra.run.smithi150:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-08T23:13:16.538 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-08T23:13:16.549 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-08T23:13:16.549 DEBUG:teuthology.orchestra.run.smithi080:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-08T23:13:16.576 DEBUG:teuthology.orchestra.run.smithi150:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-08T23:13:16.603 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-08T23:13:16.614 DEBUG:teuthology.orchestra.run.smithi080:> 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-08T23:13:16.619 DEBUG:teuthology.orchestra.run.smithi150:> 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-08T23:13:16.643 INFO:teuthology.orchestra.run.smithi080.stdout:kernel.core_pattern = core 2023-12-08T23:13:16.670 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern = core 2023-12-08T23:13:16.683 DEBUG:teuthology.orchestra.run.smithi080:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-08T23:13:16.719 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T23:13:16.720 DEBUG:teuthology.orchestra.run.smithi150:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-08T23:13:16.740 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T23:13:16.740 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-08T23:13:16.751 INFO:teuthology.task.internal:Transferring archived files... 2023-12-08T23:13:16.752 DEBUG:teuthology.misc:Transferring archived files from smithi080:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_21:24:43-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7485130/remote/smithi080 2023-12-08T23:13:16.753 DEBUG:teuthology.orchestra.run.smithi080:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-08T23:13:16.807 DEBUG:teuthology.misc:Transferring archived files from smithi150:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_21:24:43-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7485130/remote/smithi150 2023-12-08T23:13:16.808 DEBUG:teuthology.orchestra.run.smithi150:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-08T23:13:16.846 INFO:teuthology.task.internal:Removing archive directory... 2023-12-08T23:13:16.847 DEBUG:teuthology.orchestra.run.smithi080:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-08T23:13:16.849 DEBUG:teuthology.orchestra.run.smithi150:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-08T23:13:16.898 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-08T23:13:16.911 INFO:teuthology.task.internal:Not uploading archives. 2023-12-08T23:13:16.912 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-08T23:13:16.923 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-08T23:13:16.923 DEBUG:teuthology.orchestra.run.smithi080:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-08T23:13:16.925 DEBUG:teuthology.orchestra.run.smithi150:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-08T23:13:16.940 INFO:teuthology.orchestra.run.smithi080.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 8 23:13 /home/ubuntu/cephtest 2023-12-08T23:13:16.956 INFO:teuthology.orchestra.run.smithi150.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 8 23:13 /home/ubuntu/cephtest 2023-12-08T23:13:16.957 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-08T23:13:16.968 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-08T23:13:16.992 INFO:teuthology.nuke:Checking targets against current locks 2023-12-08T23:13:17.018 DEBUG:teuthology.nuke:shortname: smithi080 2023-12-08T23:13:17.018 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-08T23:13:17.044 DEBUG:teuthology.nuke:shortname: smithi150 2023-12-08T23:13:17.044 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-08T23:13:17.057 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi080.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_21:24:43-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7485130', '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 22:27:59.421078', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMGklvaQvKgIU4FZaC6tkQfrw4gwGj7ca2hAIy0aGy541ttYEduxRuzbFgYotPzM3jqAHsXwn6+gMvC1dfhA11I='} 2023-12-08T23:13:17.064 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi150.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_21:24:43-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7485130', '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 22:27:59.419329', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPDr8e7DPzfb8X6bIUfvNNXmTOpweb3ooMx2mbI8Klnv4z7cI5D3e8gRiaIaKpnJcWV/bZ/ZTxuUqDWdajfOVpk='} 2023-12-08T23:13:17.103 INFO:teuthology.orchestra.console.smithi080:Power off 2023-12-08T23:13:17.104 DEBUG:teuthology.orchestra.console.smithi080:pexpect command: ipmitool -H smithi080.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-08T23:13:17.119 INFO:teuthology.orchestra.console.smithi150:Power off 2023-12-08T23:13:17.120 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-08T23:13:17.129 DEBUG:teuthology.orchestra.console.smithi080:power off output: Chassis Power Control: Down/Off 2023-12-08T23:13:17.130 DEBUG:teuthology.orchestra.console.smithi080:pexpect command: ipmitool -H smithi080.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T23:13:17.143 DEBUG:teuthology.orchestra.console.smithi150:power off output: Chassis Power Control: Down/Off 2023-12-08T23:13:17.144 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T23:13:17.153 DEBUG:teuthology.orchestra.console.smithi080:check power output: Chassis Power is on 2023-12-08T23:13:17.166 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is on 2023-12-08T23:13:21.153 DEBUG:teuthology.orchestra.console.smithi080:pexpect command: ipmitool -H smithi080.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T23:13:21.168 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T23:13:21.267 DEBUG:teuthology.orchestra.console.smithi080:check power output: Chassis Power is on 2023-12-08T23:13:21.279 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is on 2023-12-08T23:13:25.270 DEBUG:teuthology.orchestra.console.smithi080:pexpect command: ipmitool -H smithi080.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T23:13:25.279 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T23:13:25.380 DEBUG:teuthology.orchestra.console.smithi080:check power output: Chassis Power is on 2023-12-08T23:13:25.389 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is on 2023-12-08T23:13:29.383 DEBUG:teuthology.orchestra.console.smithi080:pexpect command: ipmitool -H smithi080.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T23:13:29.392 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T23:13:29.495 DEBUG:teuthology.orchestra.console.smithi080:check power output: Chassis Power is off 2023-12-08T23:13:29.503 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is off 2023-12-08T23:13:29.596 INFO:teuthology.orchestra.console.smithi080:Power off completed 2023-12-08T23:13:29.604 INFO:teuthology.orchestra.console.smithi150:Power off completed 2023-12-08T23:13:29.710 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: 2156.2295660972595 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=f128149f67b245029945615ee55b9524 status: fail success: false 2023-12-08T23:13:29.711 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-08T23:13:29.790 INFO:teuthology.run:FAIL